pokecrystal/maps/MahoganyRedGyaradosSpeechHo...

77 lines
1.8 KiB
NASM
Raw Normal View History

object_const_def
2015-11-27 05:22:14 +00:00
const MAHOGANYREDGYARADOSSPEECHHOUSE_BLACK_BELT
const MAHOGANYREDGYARADOSSPEECHHOUSE_TEACHER
MahoganyRedGyaradosSpeechHouse_MapScripts:
def_scene_scripts
def_callbacks
2017-12-18 00:48:04 +00:00
MahoganyRedGyaradosSpeechHouseBlackBeltScript:
jumptextfaceplayer MahoganyRedGyaradosSpeechHouseBlackBeltText
2018-02-28 22:47:31 +00:00
MahoganyRedGyaradosSpeechHouseTeacherScript:
faceplayer
2015-12-09 23:25:44 +00:00
opentext
2015-07-10 12:12:28 +00:00
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
2018-02-28 22:47:31 +00:00
iftrue .RocketsInRadioTower
writetext MahoganyRedGyaradosSpeechHouseTeacherText
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2018-02-28 22:47:31 +00:00
.RocketsInRadioTower:
writetext MahoganyRedGyaradosSpeechHouseTeacherText_RocketsInRadioTower
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2018-02-28 22:47:31 +00:00
MahoganyRedGyaradosSpeechHouseUnusedBookshelf1:
; unused
jumpstd PictureBookshelfScript
2018-02-28 22:47:31 +00:00
MahoganyRedGyaradosSpeechHouseUnusedBookshelf2:
; unused
jumpstd MagazineBookshelfScript
2017-12-18 00:48:04 +00:00
MahoganyRedGyaradosSpeechHouseBlackBeltText:
text "I heard that a red"
line "GYARADOS appeared"
cont "at the LAKE."
para "That's odd, since"
line "even ordinary"
para "GYARADOS are rare"
line "in that lake…"
done
2018-02-28 22:47:31 +00:00
MahoganyRedGyaradosSpeechHouseTeacherText:
text "My favorite radio"
line "program? I'd say"
cont "#MON MUSIC."
done
2018-02-28 22:47:31 +00:00
MahoganyRedGyaradosSpeechHouseTeacherText_RocketsInRadioTower:
text "I've been hearing"
line "laughter on the"
para "radio…"
line "It's creepy."
done
MahoganyRedGyaradosSpeechHouse_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-02 03:22:07 +00:00
warp_event 2, 7, MAHOGANY_TOWN, 2
warp_event 3, 7, MAHOGANY_TOWN, 2
def_coord_events
def_bg_events
def_object_events
2018-02-02 03:22:07 +00:00
object_event 2, 3, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MahoganyRedGyaradosSpeechHouseBlackBeltScript, -1
2018-02-28 22:47:31 +00:00
object_event 6, 5, SPRITE_TEACHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, MahoganyRedGyaradosSpeechHouseTeacherScript, -1