naming work

This commit is contained in:
theo3
2022-01-03 23:58:02 -08:00
parent f26b2e286a
commit 52db70bb9d
212 changed files with 1762 additions and 1736 deletions
+10 -10
View File
@@ -25,12 +25,12 @@ typedef enum {
#endif
enum {
SCREEN_INTRO,
SCREEN_CHOOSE_FILE,
SCREEN_GAMEPLAY,
SCREEN_GAME_OVER,
SCREEN_CREDITS,
SCREEN_DEBUG_TEXT,
TASK_TITLE,
TASK_FILE_SELECT,
TASK_GAME,
TASK_GAMEOVER,
TASK_STAFFROLL,
TASK_DEBUG,
};
enum {
@@ -41,9 +41,9 @@ enum {
typedef struct {
vu8 interruptFlag;
u8 sleepStatus;
u8 screen;
u8 funcIndex;
u8 transition;
u8 task;
u8 state;
u8 substate;
u8 field_0x5;
u8 muteAudio;
u8 field_0x7;
@@ -75,7 +75,7 @@ extern UI gUnk_02032EC0;
/**
* @brief Begin a subroutine.
*/
void InitScreen(u32 screen);
void SetTask(u32 screen);
void InitDMA(void);