Fix Eggmanland using the wrong loading transition on restart

This commit is contained in:
Hyper
2024-10-19 20:44:33 +01:00
parent da776db1a2
commit 56223974ff
2 changed files with 20 additions and 0 deletions

View File

@@ -188,3 +188,8 @@ registers = ["f1"]
name = "HighFrameRateDeltaTimeFixMidAsmHook"
address = 0x823458A0
registers = ["f1"]
[[midasm_hook]]
name = "GetStageIDMidAsmHook"
address = 0x82528198
registers = ["r5"]