Add scene ID constants (TODO: meaningful names)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
TradeCenter_MapScripts:
|
||||
db 2 ; scene scripts
|
||||
scene_script .InitializeTradeCenter
|
||||
scene_script .DummyScene
|
||||
scene_script .InitializeTradeCenter ; SCENE_TRADECENTER_0
|
||||
scene_script .DummyScene ; SCENE_TRADECENTER_1
|
||||
|
||||
db 1 ; callbacks
|
||||
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
||||
@@ -30,8 +30,8 @@ TradeCenter_MapScripts:
|
||||
return
|
||||
|
||||
.InitializeAndPreparePokecenter2F:
|
||||
setscene 1
|
||||
setmapscene POKECENTER_2F, 1
|
||||
setscene SCENE_TRADECENTER_1
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_1
|
||||
end
|
||||
|
||||
MapTradeCenterSignpost1Script:
|
||||
|
Reference in New Issue
Block a user