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);