SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pattern)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
PlayersHouse1F_MapScripts:
|
||||
db 2 ; scene scripts
|
||||
scene_script .DummyScene0 ; SCENE_DEFAULT
|
||||
scene_script .DummyScene1 ; SCENE_PLAYERSHOUSE1F_NOTHING
|
||||
scene_script .DummyScene1 ; SCENE_FINISHED
|
||||
|
||||
db 0 ; callbacks
|
||||
|
||||
@@ -41,7 +41,7 @@ UnknownScript_0x7a4f6:
|
||||
setflag ENGINE_POKEGEAR
|
||||
setflag ENGINE_PHONE_CARD
|
||||
addcellnum PHONE_MOM
|
||||
setscene SCENE_PLAYERSHOUSE1F_NOTHING
|
||||
setscene SCENE_FINISHED
|
||||
setevent EVENT_PLAYERS_HOUSE_MOM_1
|
||||
clearevent EVENT_PLAYERS_HOUSE_MOM_2
|
||||
writetext UnknownText_0x7a6bd
|
||||
|
Reference in New Issue
Block a user