Match pal modesel (#570)

* Match modesel.c

Also fully matches modules

* Match pal modesel
This commit is contained in:
Liam Coleman 2025-03-14 19:34:25 -05:00 committed by GitHub
parent ece392140e
commit 4ee46b3396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 127 additions and 50 deletions

View file

@ -213,7 +213,11 @@ s32 fn_1_2490(void)
}
_ClearFlag(FLAG_ID_MAKE(1, 11));
WipeColorSet(255, 255, 255);
#if VERSION_PAL
WipeCreate(WIPE_MODE_OUT, WIPE_TYPE_NORMAL, 30);
#else
WipeCreate(WIPE_MODE_OUT, WIPE_TYPE_NORMAL, 10);
#endif
while (WipeStatGet()) {
HuPrcVSleep();
}