pokecrystal-board/maps/MahoganyRedGyaradosSpeechHouse.asm

78 lines
1.4 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
MahoganyRedGyaradosSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
BlackBeltScript_0x19997f:
jumptextfaceplayer UnknownText_0x19999c
2015-07-10 01:45:35 -07:00
TeacherScript_0x199982:
faceplayer
loadfont
2015-07-10 05:12:28 -07:00
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
iftrue UnknownScript_0x199990
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199a0e
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x199990:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199a3d
closetext
loadmovesprites
end
UnknownScript_0x195996:
jumpstd picturebookshelf
UnknownScript_0x195999:
jumpstd magazinebookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x19999c:
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 01:45:35 -07:00
UnknownText_0x199a0e:
text "My favorite radio"
line "program? I'd say"
cont "#MON MUSIC."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x199a3d:
text "I've been hearing"
line "laughter on the"
para "radio…"
line "It's creepy."
done
2015-07-10 01:45:35 -07:00
MahoganyRedGyaradosSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 2, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
warp_def $7, $3, 2, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_BLACK_BELT, 7, 6, LEFT << 2 | $1, $0, -1, -1, $0, 0, BlackBeltScript_0x19997f, -1
person_event SPRITE_TEACHER, 9, 10, UP << 2 | $0, $10, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TeacherScript_0x199982, -1