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:
@@ -112,15 +112,15 @@ OlivineLighthouse3F_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 9
|
||||
warp_def $3, $d, 1, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $5, 2, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $5, $9, 4, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $b, $10, 5, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $b, $11, 6, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $9, $10, 5, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $9, $11, 6, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $8, 7, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $9, 8, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $d, 1, OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $5, 2, OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $5, $9, 4, OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $b, $10, 5, OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $b, $11, 6, OLIVINE_LIGHTHOUSE_2F
|
||||
warp_def $9, $10, 5, OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $9, $11, 6, OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $8, 7, OLIVINE_LIGHTHOUSE_4F
|
||||
warp_def $3, $9, 8, OLIVINE_LIGHTHOUSE_4F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
Reference in New Issue
Block a user