summaryrefslogtreecommitdiff
path: root/maps/WillsRoom.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-02-01 15:06:06 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-02-01 15:06:06 -0500
commitb2970e75f4d1a7a2bc7ac58a656ffd350a80cf0a (patch)
treec4c5ed8bdcbbc6c64adb88d78c6c41c7fd611ff4 /maps/WillsRoom.asm
parentb54a7b779547dca8d6fbf040faf41f36660f0563 (diff)
SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pattern)
Diffstat (limited to 'maps/WillsRoom.asm')
-rw-r--r--maps/WillsRoom.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/WillsRoom.asm b/maps/WillsRoom.asm
index 96d1e5287..546113c3e 100644
--- a/maps/WillsRoom.asm
+++ b/maps/WillsRoom.asm
@@ -4,7 +4,7 @@
WillsRoom_MapScripts:
db 2 ; scene scripts
scene_script .LockDoor ; SCENE_DEFAULT
- scene_script .DummyScene ; SCENE_WILLSROOM_NOTHING
+ scene_script .DummyScene ; SCENE_FINISHED
db 1 ; callbacks
callback MAPCALLBACK_TILES, .WillsRoomDoors
@@ -35,7 +35,7 @@ WillsRoom_MapScripts:
changeblock 4, 14, $2a ; wall
reloadmappart
closetext
- setscene SCENE_WILLSROOM_NOTHING
+ setscene SCENE_FINISHED
setevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
waitsfx
end