Don't overwrite bss when extracting game segment

This commit is contained in:
Ryan Dwyer 2022-11-07 17:53:34 +10:00
parent 01af8825cb
commit d5b5a8d72c
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ void vmInit(void)
s7 = (u8 *)(STACK_START - 8);
gameseg = &_gameSegmentStart;
s5 = (u32 *) (((u32) gameseg - ((t8 + 5) << 2)) & ~0xf);
s5 = (u32 *) 0x80600000;
g_VmMarker = s7;
sp1474 = t8 + 1;