diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:51:36 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:57:37 -0400 |
commit | 05b591cd95f3fd62e84b33eb56d25f197b17a96c (patch) | |
tree | 57635b441bb8b2a208a359126c5dc9b8df7abfa6 /maps/FastShip1F.asm | |
parent | 82c33aacb036428bf9861e7f97914c7bb675fa07 (diff) |
Remove remaining legacy macros from current code.
Diffstat (limited to 'maps/FastShip1F.asm')
-rw-r--r-- | maps/FastShip1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm index a47965cd..0eb09324 100644 --- a/maps/FastShip1F.asm +++ b/maps/FastShip1F.asm @@ -16,7 +16,7 @@ FastShip1F_MapScripts: end .EnterFastShip: - priorityjump .EnterFastShipScript + prioritysjump .EnterFastShipScript end .DummyScene2: @@ -87,7 +87,7 @@ FastShip1FSailor1Script: end .LetThePlayerOut: - checkcode VAR_FACING + readvar VAR_FACING ifequal RIGHT, .YouAreFacingRight applymovement FASTSHIP1F_SAILOR1, MovementData_0x7520e applymovement PLAYER, MovementData_0x75235 |