pokecrystal/maps/MahoganyRedGyaradosSpeechHo...

82 lines
1.6 KiB
NASM
Raw Normal View History

2015-11-27 05:22:14 +00:00
const_value set 2
const MAHOGANYREDGYARADOSSPEECHHOUSE_BLACK_BELT
const MAHOGANYREDGYARADOSSPEECHHOUSE_TEACHER
2015-07-10 08:45:35 +00:00
MahoganyRedGyaradosSpeechHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2017-12-18 00:48:04 +00:00
MahoganyRedGyaradosSpeechHouseBlackBeltScript:
jumptextfaceplayer MahoganyRedGyaradosSpeechHouseBlackBeltText
2015-07-10 08:45:35 +00:00
TeacherScript_0x199982:
faceplayer
2015-12-09 23:25:44 +00:00
opentext
2015-07-10 12:12:28 +00:00
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
iftrue UnknownScript_0x199990
2015-01-20 08:01:23 +00:00
writetext UnknownText_0x199a0e
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2015-07-10 08:45:35 +00:00
UnknownScript_0x199990:
2015-01-20 08:01:23 +00:00
writetext UnknownText_0x199a3d
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
UnknownScript_0x195996:
jumpstd picturebookshelf
UnknownScript_0x195999:
jumpstd magazinebookshelf
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
2015-07-10 08:45:35 +00:00
UnknownText_0x199a0e:
text "My favorite radio"
line "program? I'd say"
cont "#MON MUSIC."
done
2015-07-10 08:45:35 +00:00
UnknownText_0x199a3d:
text "I've been hearing"
line "laughter on the"
para "radio…"
line "It's creepy."
done
2015-07-10 08:45:35 +00:00
MahoganyRedGyaradosSpeechHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 2, MAHOGANY_TOWN
warp_def $7, $3, 2, MAHOGANY_TOWN
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
2017-12-18 00:48:04 +00:00
person_event SPRITE_BLACK_BELT, 3, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, MahoganyRedGyaradosSpeechHouseBlackBeltScript, -1
2017-12-11 01:50:08 +00:00
person_event SPRITE_TEACHER, 5, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, TeacherScript_0x199982, -1