From 71ecccb4c3eef26f539b285b98c0103712f251bd Mon Sep 17 00:00:00 2001 From: JaceCear <11230293+JaceCear@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:56:14 +0100 Subject: [PATCH] Format --- include/sprite.h | 2 +- src/core.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/sprite.h b/include/sprite.h index d5dc3a8a1..2961d6938 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -100,7 +100,7 @@ typedef struct { /* 0x00 */ u16 oamIndex; #else /* 0x00 */ u8 flip; - + // every animation has an associated oamData pointer, oamIndex starts at // 0 for every new animation and ends at variantCount-1 /* 0x01 */ u8 oamIndex; diff --git a/src/core.c b/src/core.c index 1902336f5..92e3d439f 100644 --- a/src/core.c +++ b/src/core.c @@ -125,8 +125,6 @@ FuncType_030053A0 gUnknown_030053A0[] ALIGNED(16) = {}; const u8 *gInputPlaybackData = NULL; bool8 gExecSoundMain ALIGNED(4) = FALSE; s32 gPseudoRandom = 0; -struct InputRecorder gInputRecorder ALIGNED(8) = {}; -u16 *gInputRecorderTapeBuffer = NULL; static void UpdateScreenDma(void); static void UpdateScreenCpuSet(void);