You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for map scripts
This commit is contained in:
@@ -12,8 +12,8 @@ Route35NationalParkGate_MapScriptHeader:
|
||||
|
||||
.MapCallbacks:
|
||||
db 2
|
||||
dbw MAPCALLBACK_NEWMAP, .CheckIfContestRunning
|
||||
dbw MAPCALLBACK_OBJECTS, .CheckIfContestAvailable
|
||||
callback MAPCALLBACK_NEWMAP, .CheckIfContestRunning
|
||||
callback MAPCALLBACK_OBJECTS, .CheckIfContestAvailable
|
||||
|
||||
.DummyScene0:
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user