mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
30 lines
511 B
NASM
30 lines
511 B
NASM
Route10North_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
PowerPlantSign:
|
|
jumptext PowerPlantSignText
|
|
|
|
Route10PokecenterSign:
|
|
jumpstd PokecenterSignScript
|
|
|
|
PowerPlantSignText:
|
|
text "KANTO POWER PLANT"
|
|
done
|
|
|
|
Route10North_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 11, 1, ROUTE_10_POKECENTER_1F, 1
|
|
warp_event 3, 9, POWER_PLANT, 1
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
bg_event 5, 11, BGEVENT_READ, PowerPlantSign
|
|
bg_event 12, 1, BGEVENT_READ, Route10PokecenterSign
|
|
|
|
def_object_events
|