mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
432df825d4
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
38 lines
574 B
NASM
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
|