summaryrefslogtreecommitdiff
path: root/maps/FastShip1F.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-02-02 21:09:17 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-02-02 21:09:17 -0500
commit68d855c21312f871115984ccc932ce28861cf787 (patch)
tree3665ed702445e2b01e6dce323fbbe01d3324f399 /maps/FastShip1F.asm
parentb7e44124d31c66cb7de4f8f609a48dd1dba78c96 (diff)
Script commands don't have underscores
Diffstat (limited to 'maps/FastShip1F.asm')
-rw-r--r--maps/FastShip1F.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm
index ccd11693e..bc062251e 100644
--- a/maps/FastShip1F.asm
+++ b/maps/FastShip1F.asm
@@ -88,7 +88,7 @@ SailorScript_0x75160:
.LetThePlayerOut:
checkcode VAR_FACING
- if_equal RIGHT, .YouAreFacingRight
+ ifequal RIGHT, .YouAreFacingRight
applymovement FASTSHIP1F_SAILOR1, MovementData_0x7520e
applymovement PLAYER, MovementData_0x75235
end