Meaningful scene constant names

(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
This commit is contained in:
Rangi
2018-02-01 12:40:58 -05:00
parent 936a170e0d
commit fcfe77bc3d
85 changed files with 596 additions and 678 deletions

View File

@@ -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