diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-26 17:13:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-26 17:22:09 -0400 |
commit | 5a7ddb327200295ce32be389fab3524b23eec55b (patch) | |
tree | fe3ad75bd6a12a3f768b49d517aa38c2f153e5d4 /vc | |
parent | 5206ac6836fa3f4d80b9c7046ec682b4a4c0072a (diff) |
Port and document make_patch.c features needed for pokered
Diffstat (limited to 'vc')
-rw-r--r-- | vc/pokecrystal11.patch.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vc/pokecrystal11.patch.template b/vc/pokecrystal11.patch.template index 134a51520..0a871e1cf 100644 --- a/vc/pokecrystal11.patch.template +++ b/vc/pokecrystal11.patch.template @@ -263,7 +263,7 @@ Fixcode={patch} Mode = 6 Type = 0 Address = {hex @} -MemAddress={hex hJoyPressed} +MemAddress={hex~ hJoyPressed} Fixcode={db NO_INPUT} ConditionType = 0 ConditionValueA = {dws_ wWindowStackPointer wWindowStackPointer+1 wMenuJoypad wMenuSelection wMenuSelection wMenuCursorY hJoyPressed hJoyPressed hJoyPressed hJoyPressed} @@ -278,7 +278,7 @@ ConditionValueC = {dws_ 0xdd 0xd3 A_BUTTON 0x Mode = 6 Type = 0 Address = {hex @} -MemAddress={hex hJoyPressed} +MemAddress={hex~ hJoyPressed} Fixcode={db NO_INPUT} ConditionType = 0 ConditionValueA = {dws_ wWindowStackPointer wWindowStackPointer+1 wMenuJoypad wMenuSelection wMenuCursorY wMapGroup wMapNumber wYCoord wXCoord hJoyPressed hJoyPressed hJoyPressed hJoyPressed} @@ -321,7 +321,7 @@ Fixcode={patch} Mode = 6 Type = 0 Address = {hex @} -MemAddress={hex hJoyPressed} +MemAddress={hex~ hJoyPressed} Fixcode={db NO_INPUT} ConditionType = 0 ConditionValueA = {dws_ wWindowStackPointer wWindowStackPointer+1 wMenuJoypad wMenuSelection wDexArrowCursorPosIndex hJoyPressed hJoyPressed hJoyPressed hJoyPressed} |