pokecrystal-board/maps/Route28.asm
PikalaxALT 432df825d4 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
2015-07-23 12:59:19 -04:00

38 lines
574 B
NASM

Route28_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
MapRoute28Signpost0Script:
jumptext UnknownText_0x1a5413
MapRoute28SignpostItem1:
dwb EVENT_ROUTE_28_HIDDEN_RARE_CANDY, RARE_CANDY
UnknownText_0x1a5413:
text "ROUTE 28"
done
Route28_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $3, $7, 1, ROUTE_28_FAMOUS_SPEECH_HOUSE
warp_def $5, $21, 7, VICTORY_ROAD_GATE
.XYTriggers:
db 0
.Signposts:
db 2
signpost 5, 31, SIGNPOST_READ, MapRoute28Signpost0Script
signpost 2, 25, SIGNPOST_ITEM, MapRoute28SignpostItem1
.PersonEvents:
db 0