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:
@@ -40,7 +40,7 @@ UnknownScript_0x19401b:
|
||||
pause 10
|
||||
dotrigger $0
|
||||
clearevent EVENT_SAW_SUICUNE_AT_CIANWOOD_CITY
|
||||
domaptrigger GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY, $1
|
||||
domaptrigger CIANWOOD_CITY, $1
|
||||
end
|
||||
|
||||
WeirdTreeScript_0x19403c:
|
||||
@@ -660,10 +660,10 @@ Route36_MapEventHeader:
|
||||
|
||||
.Warps:
|
||||
db 4
|
||||
warp_def $8, $12, 3, GROUP_ROUTE_36_NATIONAL_PARK_GATE, MAP_ROUTE_36_NATIONAL_PARK_GATE
|
||||
warp_def $9, $12, 4, GROUP_ROUTE_36_NATIONAL_PARK_GATE, MAP_ROUTE_36_NATIONAL_PARK_GATE
|
||||
warp_def $d, $2f, 1, GROUP_ROUTE_36_RUINS_OF_ALPH_GATE, MAP_ROUTE_36_RUINS_OF_ALPH_GATE
|
||||
warp_def $d, $30, 2, GROUP_ROUTE_36_RUINS_OF_ALPH_GATE, MAP_ROUTE_36_RUINS_OF_ALPH_GATE
|
||||
warp_def $8, $12, 3, ROUTE_36_NATIONAL_PARK_GATE
|
||||
warp_def $9, $12, 4, ROUTE_36_NATIONAL_PARK_GATE
|
||||
warp_def $d, $2f, 1, ROUTE_36_RUINS_OF_ALPH_GATE
|
||||
warp_def $d, $30, 2, ROUTE_36_RUINS_OF_ALPH_GATE
|
||||
|
||||
.XYTriggers:
|
||||
db 2
|
||||
|
Reference in New Issue
Block a user