mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 19:16:45 -04:00
JAIBankWave
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user