Merge pull request #264 from gamemasterplc/main
Start modesel/filesel.c
This commit is contained in:
commit
54ad3c4c85
5 changed files with 1079 additions and 5 deletions
1070
src/REL/modeseldll/filesel.c
Normal file
1070
src/REL/modeseldll/filesel.c
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -231,7 +231,7 @@ void SLCurSlotNoSet(s16 slotno) {
|
|||
curSlotNo = slotno;
|
||||
}
|
||||
|
||||
void SLCurBoxNoSet(s8 boxno) {
|
||||
void SLCurBoxNoSet(s16 boxno) {
|
||||
curBoxNo = boxno;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue