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:
@@ -107,13 +107,13 @@ LavenderTown_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 7
|
||||
warp_def $5, $5, 1, GROUP_LAVENDER_POKECENTER_1F, MAP_LAVENDER_POKECENTER_1F
|
||||
warp_def $9, $5, 1, GROUP_MR_FUJIS_HOUSE, MAP_MR_FUJIS_HOUSE
|
||||
warp_def $d, $3, 1, GROUP_LAVENDER_TOWN_SPEECH_HOUSE, MAP_LAVENDER_TOWN_SPEECH_HOUSE
|
||||
warp_def $d, $7, 1, GROUP_LAVENDER_NAME_RATER, MAP_LAVENDER_NAME_RATER
|
||||
warp_def $5, $1, 2, GROUP_LAVENDER_MART, MAP_LAVENDER_MART
|
||||
warp_def $b, $d, 1, GROUP_SOUL_HOUSE, MAP_SOUL_HOUSE
|
||||
warp_def $5, $e, 1, GROUP_LAV_RADIO_TOWER_1F, MAP_LAV_RADIO_TOWER_1F
|
||||
warp_def $5, $5, 1, LAVENDER_POKECENTER_1F
|
||||
warp_def $9, $5, 1, MR_FUJIS_HOUSE
|
||||
warp_def $d, $3, 1, LAVENDER_TOWN_SPEECH_HOUSE
|
||||
warp_def $d, $7, 1, LAVENDER_NAME_RATER
|
||||
warp_def $5, $1, 2, LAVENDER_MART
|
||||
warp_def $b, $d, 1, SOUL_HOUSE
|
||||
warp_def $5, $e, 1, LAV_RADIO_TOWER_1F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
Reference in New Issue
Block a user