Define scene constants alongside scene_scripts (#979)
Generic SCENE_DEFAULT and SCENE_FINISHED are legacy values
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
FastShipB1F_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0 ; SCENE_DEFAULT
|
||||
scene_script .DummyScene1 ; SCENE_FINISHED
|
||||
scene_script .DummyScene0, SCENE_FASTSHIPB1F_SAILOR_BLOCKS
|
||||
scene_script .DummyScene1, SCENE_FASTSHIPB1F_NOOP
|
||||
|
||||
def_callbacks
|
||||
|
||||
@@ -454,8 +454,8 @@ FastShipB1F_MapEvents:
|
||||
warp_event 31, 13, FAST_SHIP_1F, 12
|
||||
|
||||
def_coord_events
|
||||
coord_event 30, 7, SCENE_DEFAULT, FastShipB1FSailorBlocksLeft
|
||||
coord_event 31, 7, SCENE_DEFAULT, FastShipB1FSailorBlocksRight
|
||||
coord_event 30, 7, SCENE_FASTSHIPB1F_SAILOR_BLOCKS, FastShipB1FSailorBlocksLeft
|
||||
coord_event 31, 7, SCENE_FASTSHIPB1F_SAILOR_BLOCKS, FastShipB1FSailorBlocksRight
|
||||
|
||||
def_bg_events
|
||||
bg_event 27, 9, BGEVENT_READ, FastShipB1FTrashcan
|
||||
|
Reference in New Issue
Block a user