1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
CeruleanTradeSpeechHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
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, CERULEAN_CITY
warp_def $7, $3, 3, CERULEAN_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 4
person_event SPRITE_GRANNY, 4, 2, $9, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, GrannyScript_0x188133, -1
person_event SPRITE_GRAMPS, 2, 1, $2, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, GrampsScript_0x188136, -1
person_event SPRITE_RHYDON, 2, 5, $16, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, RhydonScript_0x188139, -1
person_event SPRITE_ZUBAT, 6, 5, $16, 0, 0, -1, -1, 0, 0, 0, ZubatScript_0x188143, -1
|