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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
Route32PokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
NurseScript_0x69b52:
jumpstd pokecenternurse
FishingGuruScript_0x69b55:
faceplayer
loadfont
checkevent EVENT_GOT_OLD_ROD
iftrue UnknownScript_0x69b7a
writetext UnknownText_0x69b83
yesorno
iffalse UnknownScript_0x69b74
writetext UnknownText_0x69be8
keeptextopen
verbosegiveitem OLD_ROD, 1
writetext UnknownText_0x69c1b
closetext
loadmovesprites
setevent EVENT_GOT_OLD_ROD
end
UnknownScript_0x69b74:
writetext UnknownText_0x69c6c
closetext
loadmovesprites
end
UnknownScript_0x69b7a:
writetext UnknownText_0x69c8d
closetext
loadmovesprites
end
CooltrainerFScript_0x69b80:
jumptextfaceplayer UnknownText_0x69cac
UnknownText_0x69b83:
text "This is a great"
line "fishing spot."
para "You saw people"
line "fishing? How"
cont "about you?"
para "Would you like one"
line "of my RODS?"
done
UnknownText_0x69be8:
text "Heh, that's good"
line "to hear."
para "Now you're an"
line "angler too!"
done
UnknownText_0x69c1b:
text "Fishing is great!"
para "If there's water,"
line "be it the sea or a"
para "stream, try out"
line "your ROD."
done
UnknownText_0x69c6c:
text "Oh. That's rather"
line "disappointing…"
done
UnknownText_0x69c8d:
text "Yo, kid. How are"
line "they biting?"
done
UnknownText_0x69cac:
text "What should I make"
line "my #MON hold?"
para "Maybe an item that"
line "increases ATTACK"
cont "power…"
done
Route32PokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, ROUTE_32
warp_def $7, $4, 1, ROUTE_32
warp_def $7, $0, 1, POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
person_event SPRITE_NURSE, 1, 3, $6, 0, 0, -1, -1, 0, 0, 0, NurseScript_0x69b52, -1
person_event SPRITE_FISHING_GURU, 4, 1, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, FishingGuruScript_0x69b55, -1
person_event SPRITE_COOLTRAINER_F, 2, 6, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CooltrainerFScript_0x69b80, -1
|