Some train decomp and move seg2 files to ending (#423)

* Some train decomp

* Move seg2 to ending/

* move racing code files into racing folder

* Fix progress

* Rename segments
This commit is contained in:
MegaMech
2023-09-17 16:57:18 -06:00
committed by GitHub
parent 3f221d6f25
commit 91fc8ea473
52 changed files with 429 additions and 1219 deletions
+1 -1
View File
@@ -295,4 +295,4 @@ s32 __osPfsSelectBank(OSPfs *pfs)
}
ret = __osContRamWrite(pfs->queue, pfs->channel, 1024, (u8*)temp, FALSE);
return ret;
}
}
+1 -1
View File
@@ -48,4 +48,4 @@ s32 osPfsFindFile(OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8
}
*file_no = -1;
return PFS_ERR_INVALID;
}
}