mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
30 lines
518 B
NASM
30 lines
518 B
NASM
Route28_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
Route28Sign:
|
|
jumptext Route28SignText
|
|
|
|
Route28HiddenRareCandy:
|
|
hiddenitem RARE_CANDY, EVENT_ROUTE_28_HIDDEN_RARE_CANDY
|
|
|
|
Route28SignText:
|
|
text "ROUTE 28"
|
|
done
|
|
|
|
Route28_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 7, 3, ROUTE_28_STEEL_WING_HOUSE, 1
|
|
warp_event 33, 5, VICTORY_ROAD_GATE, 7
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
bg_event 31, 5, BGEVENT_READ, Route28Sign
|
|
bg_event 25, 2, BGEVENT_ITEM, Route28HiddenRareCandy
|
|
|
|
def_object_events
|