diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-11 17:15:29 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-11 17:15:29 -0500 |
| commit | 81a224e978a0afe07fd168e76a0b5edc193babeb (patch) | |
| tree | d950008a66041732a9580b94f4ff5510dbf34cd9 /Rock-Climb.md | |
| parent | 3bf10bc57c417d9e01a577fe2a17c15cef01a8f3 (diff) | |
text_far
Diffstat (limited to 'Rock-Climb.md')
| -rw-r--r-- | Rock-Climb.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Rock-Climb.md b/Rock-Climb.md index 9474151..2d3dd09 100644 --- a/Rock-Climb.md +++ b/Rock-Climb.md @@ -293,15 +293,15 @@ Edit [engine/events/overworld.asm](../blob/master/engine/events/overworld.asm): + step_end + +AskRockClimbText: -+ text_jump _AskRockClimbText ++ text_far _AskRockClimbText + db "@" + +UsedRockClimbText: -+ text_jump _UsedRockClimbText ++ text_far _UsedRockClimbText + db "@" + +CantRockClimbText: -+ text_jump _CantRockClimbText ++ text_far _CantRockClimbText + db "@" ``` |
