diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 16:39:31 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 16:39:31 -0400 |
| commit | f5c9958aeaefde7f189402911f8ee1c54e6a2439 (patch) | |
| tree | 2023784b811d49267fa9b1ac1f4e9d82c93c3d3d /maps/Route37.asm | |
| parent | e002b536af8423f420e13e93d6c0e59f94ee5044 (diff) | |
Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
Diffstat (limited to 'maps/Route37.asm')
| -rw-r--r-- | maps/Route37.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route37.asm b/maps/Route37.asm index 326e0a870..eac94fa89 100644 --- a/maps/Route37.asm +++ b/maps/Route37.asm @@ -73,7 +73,7 @@ SunnyScript: iftrue .Kris writetext SunnyGivesGiftText1 buttonsound - jump .next + sjump .next .Kris: writetext SunnyGivesGiftText2 buttonsound |
