Merge pull request #264 from gamemasterplc/main

Start modesel/filesel.c
This commit is contained in:
gamemasterplc 2024-04-08 19:28:21 -05:00 committed by GitHub
commit 54ad3c4c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1079 additions and 5 deletions

1070
src/REL/modeseldll/filesel.c Normal file

File diff suppressed because it is too large Load diff

View file

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