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:
@@ -131,11 +131,11 @@ BlackthornGym2F_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 5
|
||||
warp_def $7, $1, 3, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $9, $7, 4, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $5, $2, 5, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $7, $8, 6, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $3, $8, 7, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
|
||||
warp_def $7, $1, 3, BLACKTHORN_GYM_1F
|
||||
warp_def $9, $7, 4, BLACKTHORN_GYM_1F
|
||||
warp_def $5, $2, 5, BLACKTHORN_GYM_1F
|
||||
warp_def $7, $8, 6, BLACKTHORN_GYM_1F
|
||||
warp_def $3, $8, 7, BLACKTHORN_GYM_1F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
Reference in New Issue
Block a user