Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
JaceCear committed Dec 9, 2024
1 parent e89c35c commit 71ecccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/sprite.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 71ecccb

Please sign in to comment.