Disable "item hang" hack by default - no longer needed!
This commit is contained in:
parent
c066f4db02
commit
b5067de060
|
@ -3,7 +3,7 @@
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
+$Fix item hang
|
$Fix item hang
|
||||||
0x802904B4:dword:0x4E800020
|
0x802904B4:dword:0x4E800020
|
||||||
$Max health
|
$Max health
|
||||||
0x803C4C09:byte:0x50
|
0x803C4C09:byte:0x50
|
||||||
|
|
|
@ -5,7 +5,7 @@ EmulationIssues = No Sound
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
#Add memory patches to be loaded once on boot here.
|
#Add memory patches to be loaded once on boot here.
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
+$Fix item hang
|
$Fix item hang
|
||||||
0x80295654:dword:0x4E800020
|
0x80295654:dword:0x4E800020
|
||||||
$Max health
|
$Max health
|
||||||
0x803C4C09:byte:0x00000050
|
0x803C4C09:byte:0x00000050
|
||||||
|
|
Loading…
Reference in New Issue