Hireso -> BombersNotebook

This commit is contained in:
Derek Hensley
2022-10-08 11:53:15 -07:00
parent d0d6b4783f
commit 62aa2599be
8 changed files with 29 additions and 28 deletions
+4 -4
View File
@@ -2513,11 +2513,11 @@ void Play_Init(GameState* thisx);
// void func_8016CD4C(void);
// void func_8016E40C(void);
// void func_8016EA90(void);
void Hireso_Draw(HiresoStruct* arg0, GraphicsContext* gfxCtx);
void BombersNotebook_Draw(BombersNotebook* this, GraphicsContext* gfxCtx);
// void func_8016F4EC(void);
void Hireso_Update(PlayState* play, HiresoStruct* arg1, Input* input);
void Hireso_Init(HiresoStruct* this);
void Hireso_Destroy(HiresoStruct* this);
void BombersNotebook_Update(PlayState* play, BombersNotebook* this, Input* input);
void BombersNotebook_Init(BombersNotebook* this);
void BombersNotebook_Destroy(BombersNotebook* this);
void PreRender_SetValuesSave(PreRender* this, u32 width, u32 height, void* fbuf, void* zbuf, void* cvg);
void PreRender_Init(PreRender* this);
void PreRender_SetValues(PreRender* this, u32 width, u32 height, void* fbuf, void* zbuf);
+1 -1
View File
@@ -3179,7 +3179,7 @@ extern VisMono sVisMono;
extern Color_RGBA8_u32 gVisMonoColor;
extern Struct_80140E80 D_801F6D38;
extern Struct_80140E80* D_801F6D4C;
extern HiresoStruct sHireso;
extern BombersNotebook sBombersNotebook;
extern u8 sBombersNotebookOpen;
extern u8 sMotionBlurStatus;
extern SlowlyTask D_801F6E00;
+1 -1
View File
@@ -1133,7 +1133,7 @@ typedef struct {
/* 0xA0 */ char unk_A0[0x4];
/* 0xA4 */ s32 unk_A4;
/* 0xA8 */ s32 unk_A8;
} HiresoStruct; // size = 0xAC
} BombersNotebook; // size = 0xAC
typedef enum {
/* 0 */ PICTOGRAPH_PHOTO_STATE_OFF,