You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replaced GROUP_, MAP_ references with the map macro
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
This commit is contained in:
@@ -100,11 +100,11 @@ SproutTower1F_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 5
|
||||
warp_def $f, $9, 7, GROUP_VIOLET_CITY, MAP_VIOLET_CITY
|
||||
warp_def $f, $a, 7, GROUP_VIOLET_CITY, MAP_VIOLET_CITY
|
||||
warp_def $4, $6, 1, GROUP_SPROUT_TOWER_2F, MAP_SPROUT_TOWER_2F
|
||||
warp_def $6, $2, 2, GROUP_SPROUT_TOWER_2F, MAP_SPROUT_TOWER_2F
|
||||
warp_def $3, $11, 3, GROUP_SPROUT_TOWER_2F, MAP_SPROUT_TOWER_2F
|
||||
warp_def $f, $9, 7, VIOLET_CITY
|
||||
warp_def $f, $a, 7, VIOLET_CITY
|
||||
warp_def $4, $6, 1, SPROUT_TOWER_2F
|
||||
warp_def $6, $2, 2, SPROUT_TOWER_2F
|
||||
warp_def $3, $11, 3, SPROUT_TOWER_2F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
Reference in New Issue
Block a user