mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
bugfixes for patches and isoproperties (and starting on edit/add patches)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1370 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
EmulationStateId = 4
|
||||
[OnFrame]
|
||||
#Add memory patches to be applied every frame here.
|
||||
0x8044CD30=dword:0xFFFFFFFF
|
||||
0x8044CD30:dword:0xFFFFFFFF
|
||||
[ActionReplay]
|
||||
#Add action replay cheats here.
|
||||
$P1 - No Damage
|
||||
|
@ -7,19 +7,19 @@ EmulationStateId = 2
|
||||
[OnFrame]
|
||||
#Add memory patches to be applied every frame here.
|
||||
+$Fix item hang
|
||||
0x802904b4=dword:0x4E800020
|
||||
0x802904b4:dword:0x4E800020
|
||||
$Max health
|
||||
0x803C4C09=byte:0x50
|
||||
0x803C4C09:byte:0x50
|
||||
$Current health
|
||||
0x803C4C0B=byte:0x50
|
||||
0x803C4C0B:byte:0x50
|
||||
$Hidden dungeon
|
||||
0x803C9D44=dword:0x000000FF
|
||||
0x803C9D48=dword:0x485F7465
|
||||
0x803C9D4C=dword:0x73740000
|
||||
0x803C9D44:dword:0x000000FF
|
||||
0x803C9D48:dword:0x485F7465
|
||||
0x803C9D4C:dword:0x73740000
|
||||
$Snow test room
|
||||
0x803C9D44=dword:0x000000FF
|
||||
0x803C9D48=dword:0x49546573
|
||||
0x803C9D4C=dword:0x74363200
|
||||
0x803C9D44:dword:0x000000FF
|
||||
0x803C9D48:dword:0x49546573
|
||||
0x803C9D4C:dword:0x74363200
|
||||
[ActionReplay]
|
||||
#Add action replay cheats here.
|
||||
#Codes by GCNHacker87
|
||||
|
@ -9,17 +9,17 @@ EmulationStateId = 2
|
||||
+$Fix item hang
|
||||
0x80295654:dword:0x4E800020
|
||||
$Max health
|
||||
0x803C4C09=byte:0x50
|
||||
0x803C4C09:byte:0x50
|
||||
$Current health
|
||||
0x803C4C0B=byte:0x50
|
||||
0x803C4C0B:byte:0x50
|
||||
$Hidden dungeon
|
||||
0x803C9D44=dword:0x000000FF
|
||||
0x803C9D48=dword:0x485F7465
|
||||
0x803C9D4C=dword:0x73740000
|
||||
0x803C9D44:dword:0x000000FF
|
||||
0x803C9D48:dword:0x485F7465
|
||||
0x803C9D4C:dword:0x73740000
|
||||
$Snow test room
|
||||
0x803C9D44=dword:0x000000FF
|
||||
0x803C9D48=dword:0x49546573
|
||||
0x803C9D4C=dword:0x74363200
|
||||
0x803C9D44:dword:0x000000FF
|
||||
0x803C9D48:dword:0x49546573
|
||||
0x803C9D4C:dword:0x74363200
|
||||
[ActionReplay]
|
||||
#Add action replay cheats here.
|
||||
$(M)
|
||||
|
Reference in New Issue
Block a user