JAIBankWave

This commit is contained in:
Jcw87
2024-01-12 02:06:48 -08:00
parent ed2884f3b0
commit 2d07fed158
3 changed files with 92 additions and 15 deletions
+20
View File
@@ -17,9 +17,29 @@ namespace JAInter {
s32 getWaveLoadStatus(s32);
bool checkAllWaveLoadStatus();
struct initOnCode_s {
u8* field_0x0;
int field_0x4;
u32 field_0x8;
};
struct flags_t {
u8 flag1 : 1;
u8 flag2 : 1;
u8 flag3 : 1;
u8 flag4 : 1;
u8 flag5 : 1;
u8 flag6 : 1;
u8 flag7 : 1;
u8 flag8 : 1;
};
extern initOnCode_s* initOnCodeBnk;
extern initOnCode_s* initOnCodeWs;
extern s32* wsGroupNumber;
extern s32* wsLoadStatus;
extern s32 wsMax;
extern flags_t flags;
extern s32 SceneSetFlag;
};
}