mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-06 02:38:08 -04:00
Misc Cleanup 3 (#1268)
* begin more cleanup * more enums * typo * == * fix go.h * fix RaceDogInfo struct * PR Review * PR Suggestions * missed one * missed even more * fix params * fix number
This commit is contained in:
@@ -23,11 +23,11 @@ typedef enum {
|
||||
#define DO_ACTION_TEX_SIZE ((DO_ACTION_TEX_WIDTH * DO_ACTION_TEX_HEIGHT) / 2) // (sizeof(gCheckDoActionENGTex))
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ u8 scene;
|
||||
/* 0x01 */ u8 flags1;
|
||||
/* 0x02 */ u8 flags2;
|
||||
/* 0x03 */ u8 flags3;
|
||||
} RestrictionFlags;
|
||||
/* 0x0 */ u8 scene;
|
||||
/* 0x1 */ u8 flags1;
|
||||
/* 0x2 */ u8 flags2;
|
||||
/* 0x3 */ u8 flags3;
|
||||
} RestrictionFlags; // size = 0x4
|
||||
|
||||
Input sPostmanTimerInput[MAXCONTROLLERS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user