mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-24 00:31:21 -04:00
Don't overwrite bss when extracting game segment
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user