add FLAG_ID_MAKE macros to all flag function calls
This commit is contained in:
parent
38085a347f
commit
db89eb87be
32 changed files with 158 additions and 145 deletions
|
|
@ -225,7 +225,7 @@ s32 fn_1_2490(void)
|
|||
temp_f30 += 5.0f;
|
||||
HuPrcVSleep();
|
||||
}
|
||||
_ClearFlag(0x1000B);
|
||||
_ClearFlag(FLAG_ID_MAKE(1, 11));
|
||||
WipeColorSet(255, 255, 255);
|
||||
WipeCreate(WIPE_MODE_OUT, WIPE_TYPE_NORMAL, 10);
|
||||
while(WipeStatGet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue