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,7 +12,7 @@ CeruleanCity_MapScriptHeader:
|
||||
|
||||
.MapCallbacks:
|
||||
db 1
|
||||
dbw MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
|
||||
.FlyPoint:
|
||||
setflag ENGINE_FLYPOINT_CERULEAN
|
||||
@@ -147,7 +147,7 @@ CeruleanCityMartSign:
|
||||
jumpstd martsign
|
||||
|
||||
CeruleanCityHiddenBerserkGene:
|
||||
dwb EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY, BERSERK_GENE
|
||||
hiddenitem EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY, BERSERK_GENE
|
||||
|
||||
CeruleanCityCooltrainerMText1:
|
||||
text "KANTO's POWER"
|
||||
|
||||
Reference in New Issue
Block a user