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/FastShip1F.asm | |
| parent | e002b536af8423f420e13e93d6c0e59f94ee5044 (diff) | |
Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
Diffstat (limited to 'maps/FastShip1F.asm')
| -rw-r--r-- | maps/FastShip1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm index a69b99aa2..4862dfe5b 100644 --- a/maps/FastShip1F.asm +++ b/maps/FastShip1F.asm @@ -16,7 +16,7 @@ FastShip1F_MapScripts: end .EnterFastShip: - priorityjump .EnterFastShipScript + prioritysjump .EnterFastShipScript end .DummyScene2: |
