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:
@@ -7,7 +7,7 @@ CinnabarIsland_MapScriptHeader:
|
||||
|
||||
.MapCallbacks:
|
||||
db 1
|
||||
dbw MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
|
||||
.FlyPoint:
|
||||
setflag ENGINE_FLYPOINT_CINNABAR
|
||||
@@ -35,7 +35,7 @@ CinnabarIslandPokecenterSign:
|
||||
jumpstd pokecentersign
|
||||
|
||||
CinnabarIslandHiddenRareCandy:
|
||||
dwb EVENT_CINNABAR_ISLAND_HIDDEN_RARE_CANDY, RARE_CANDY
|
||||
hiddenitem EVENT_CINNABAR_ISLAND_HIDDEN_RARE_CANDY, RARE_CANDY
|
||||
|
||||
CinnabarIslandBlueTeleport:
|
||||
teleport_from
|
||||
|
||||
Reference in New Issue
Block a user