mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
71 lines
1.4 KiB
NASM
71 lines
1.4 KiB
NASM
CeruleanTradeSpeechHouse_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
GrannyScript_0x188133:
|
|
jumptextfaceplayer UnknownText_0x18814d
|
|
|
|
GrampsScript_0x188136:
|
|
jumptextfaceplayer UnknownText_0x18818a
|
|
|
|
RhydonScript_0x188139:
|
|
loadfont
|
|
writetext UnknownText_0x18819c
|
|
cry KANGASKHAN
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
ZubatScript_0x188143:
|
|
loadfont
|
|
writetext UnknownText_0x1881b5
|
|
cry ZUBAT
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
UnknownText_0x18814d:
|
|
text "My husband lives"
|
|
line "happily with #-"
|
|
cont "MON he got through"
|
|
cont "trades."
|
|
done
|
|
|
|
UnknownText_0x18818a:
|
|
text "Ah… I'm so happy…"
|
|
done
|
|
|
|
UnknownText_0x18819c:
|
|
text "KANGASKHAN: Garu"
|
|
line "garuu."
|
|
done
|
|
|
|
UnknownText_0x1881b5:
|
|
text "ZUBAT: Zuba zubaa."
|
|
done
|
|
|
|
CeruleanTradeSpeechHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $2, 3, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
|
|
warp_def $7, $3, 3, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 0
|
|
|
|
; people-events
|
|
db 4
|
|
person_event SPRITE_GRANNY, 8, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrannyScript_0x188133, -1
|
|
person_event SPRITE_GRAMPS, 6, 5, DOWN << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GrampsScript_0x188136, -1
|
|
person_event SPRITE_RHYDON, 6, 9, UP << 2 | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, RhydonScript_0x188139, -1
|
|
person_event SPRITE_ZUBAT, 10, 9, UP << 2 | $12, $0, -1, -1, $0, 0, ZubatScript_0x188143, -1
|