mirror of
https://github.com/pret/pokegold.git
synced 2026-04-25 16:20:19 -05:00
57 lines
1.0 KiB
NASM
57 lines
1.0 KiB
NASM
object_const_def
|
|
const TINTOWER1F_SAGE
|
|
|
|
TinTower1F_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
TinTowerSageScript:
|
|
jumptextfaceplayer TinTowerSageText
|
|
|
|
TinTowerSageText:
|
|
text "I'm trying to un-"
|
|
line "cover the secret"
|
|
|
|
para "of the legendary"
|
|
line "#MON that is"
|
|
cont "said to land here."
|
|
|
|
para "They say that the"
|
|
line "#MON has flown"
|
|
|
|
para "continuously ever"
|
|
line "since the TOWER in"
|
|
cont "the West burned."
|
|
|
|
para "So, I thought that"
|
|
line "if I had what the"
|
|
|
|
para "#MON has, it"
|
|
line "would be attracted"
|
|
cont "by that item."
|
|
|
|
para "I think that item"
|
|
line "is probably…"
|
|
|
|
para "A RAINBOW WING!"
|
|
|
|
para "But, where would"
|
|
line "I find one?"
|
|
done
|
|
|
|
TinTower1F_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 9, 15, ECRUTEAK_CITY, 12
|
|
warp_event 10, 15, ECRUTEAK_CITY, 12
|
|
warp_event 10, 2, TIN_TOWER_2F, 2
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 10, 2, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, TinTowerSageScript, EVENT_TEAM_ROCKET_DISBANDED
|