Draygon_Func_42 uses undefined varE24 value

This commit is contained in:
Snesrev
2023-04-04 04:11:07 +02:00
parent bef6907f93
commit 9db0dd741d

View File

@@ -373,6 +373,9 @@ uint32 PatchBugs(uint32 mode, uint32 addr) {
// Kraid_Shot_Mouth: The real game doesn't preserve R18, R20 so they're junk at this point. // Kraid_Shot_Mouth: The real game doesn't preserve R18, R20 so they're junk at this point.
// Force getting out of the loop. // Force getting out of the loop.
g_cpu->x = 0; g_cpu->x = 0;
} else if (FixBugHook(0xa5a018)) {
// Draygon_Func_42 uses undefined varE24 value
REMOVED_varE24 = 0;
} }
return 0; return 0;