Matched game/saveload

This commit is contained in:
mrshigure 2023-12-27 19:50:00 -08:00
parent 2925e57c79
commit f1bb14360f
4 changed files with 846 additions and 1 deletions

View file

@ -75,6 +75,8 @@ typedef struct {
/* 0x160 */ u8 ATTRIBUTE_ALIGN(32) mess_pal[10][3];
} WindowData; // Size 0x180
extern WindowData winData[32];
void HuWindowInit(void);
void HuWinInit(s32 mess_data_no);
s16 HuWinCreate(float x, float y, s16 w, s16 h, s16 frame);