Decompile fn_1_61B4

This commit is contained in:
gamemasterplc 2024-04-08 19:20:17 -05:00
parent c7ee412d7c
commit d0e1bb8c9d
3 changed files with 340 additions and 5 deletions

View file

@ -231,7 +231,7 @@ void SLCurSlotNoSet(s16 slotno) {
curSlotNo = slotno;
}
void SLCurBoxNoSet(s8 boxno) {
void SLCurBoxNoSet(s16 boxno) {
curBoxNo = boxno;
}