mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
28 lines
422 B
NASM
28 lines
422 B
NASM
Route22_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
VictoryRoadEntranceSign:
|
|
jumptext VictoryRoadEntranceSignText
|
|
|
|
VictoryRoadEntranceSignText:
|
|
text "#MON LEAGUE"
|
|
|
|
para "VICTORY ROAD"
|
|
line "ENTRANCE"
|
|
done
|
|
|
|
Route22_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 13, 5, VICTORY_ROAD_GATE, 1
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
bg_event 15, 7, BGEVENT_READ, VictoryRoadEntranceSign
|
|
|
|
def_object_events
|