summaryrefslogtreecommitdiff
path: root/maps/FastShipB1F.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-02-01 12:40:58 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-02-01 13:03:21 -0500
commitfcfe77bc3db73afd2001c21ec9cc1cfb1beca20e (patch)
tree2fe20a614851089b0e22cc2dc0164ee40447ebb6 /maps/FastShipB1F.asm
parent936a170e0da19cb5bb2ccc325a43a28690230098 (diff)
Meaningful scene constant names
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
Diffstat (limited to 'maps/FastShipB1F.asm')
-rw-r--r--maps/FastShipB1F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/FastShipB1F.asm b/maps/FastShipB1F.asm
index b0bfa0acf..d0e0d2b98 100644
--- a/maps/FastShipB1F.asm
+++ b/maps/FastShipB1F.asm
@@ -14,8 +14,8 @@
FastShipB1F_MapScripts:
db 2 ; scene scripts
- scene_script .DummyScene0 ; SCENE_FASTSHIPB1F_0
- scene_script .DummyScene1 ; SCENE_FASTSHIPB1F_1
+ scene_script .DummyScene0 ; SCENE_DEFAULT
+ scene_script .DummyScene1 ; SCENE_FASTSHIPB1F_NOTHING
db 0 ; callbacks
@@ -454,8 +454,8 @@ FastShipB1F_MapEvents:
warp_event 31, 13, 12, FAST_SHIP_1F
db 2 ; coord events
- coord_event 30, 7, SCENE_FASTSHIPB1F_0, UnknownScript_0x7673c
- coord_event 31, 7, SCENE_FASTSHIPB1F_0, UnknownScript_0x76751
+ coord_event 30, 7, SCENE_DEFAULT, UnknownScript_0x7673c
+ coord_event 31, 7, SCENE_DEFAULT, UnknownScript_0x76751
db 1 ; bg events
bg_event 27, 9, BGEVENT_READ, FashShipB1FTrashcan