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:
@@ -309,14 +309,14 @@ BlackthornCity_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 8
|
||||
warp_def $b, $12, 1, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $15, $d, 1, GROUP_BLACKTHORN_DRAGON_SPEECH_HOUSE, MAP_BLACKTHORN_DRAGON_SPEECH_HOUSE
|
||||
warp_def $17, $1d, 1, GROUP_BLACKTHORN_DODRIO_TRADE_HOUSE, MAP_BLACKTHORN_DODRIO_TRADE_HOUSE
|
||||
warp_def $1d, $f, 2, GROUP_BLACKTHORN_MART, MAP_BLACKTHORN_MART
|
||||
warp_def $1d, $15, 1, GROUP_BLACKTHORN_POKECENTER_1F, MAP_BLACKTHORN_POKECENTER_1F
|
||||
warp_def $1f, $9, 1, GROUP_MOVE_DELETERS_HOUSE, MAP_MOVE_DELETERS_HOUSE
|
||||
warp_def $9, $24, 2, GROUP_ICE_PATH_1F, MAP_ICE_PATH_1F
|
||||
warp_def $1, $14, 1, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
|
||||
warp_def $b, $12, 1, BLACKTHORN_GYM_1F
|
||||
warp_def $15, $d, 1, BLACKTHORN_DRAGON_SPEECH_HOUSE
|
||||
warp_def $17, $1d, 1, BLACKTHORN_DODRIO_TRADE_HOUSE
|
||||
warp_def $1d, $f, 2, BLACKTHORN_MART
|
||||
warp_def $1d, $15, 1, BLACKTHORN_POKECENTER_1F
|
||||
warp_def $1f, $9, 1, MOVE_DELETERS_HOUSE
|
||||
warp_def $9, $24, 2, ICE_PATH_1F
|
||||
warp_def $1, $14, 1, DRAGONS_DEN_1F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
Reference in New Issue
Block a user