Split and Label Most Early Game Translation Units

Stopped at gamework.c which would start at 0x800308B8
This commit is contained in:
gamemasterplc 2023-11-30 15:25:32 -06:00
parent 040d2d5781
commit eb0cad89f0
4 changed files with 151 additions and 123 deletions

View file

@ -90,7 +90,7 @@ static void SubchrMain()
if(GetBtns() & 0x1000) {
for(i=0; i<4; i++) {
if(ext_character[i] != 0) {
gPlayerConfig[i]. character = ext_character[i]+7;
gPlayerConfig[i].character = ext_character[i]+7;
}
}
fn_80032A58(30);