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
|
MahoganyPokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
NurseScript_0x19a356:
jumpstd pokecenternurse
PokefanMScript_0x19a359:
jumptextfaceplayer UnknownText_0x19a362
YoungsterScript_0x19a35c:
jumptextfaceplayer UnknownText_0x19a3b3
CooltrainerFScript_0x19a35f:
jumptextfaceplayer UnknownText_0x19a418
UnknownText_0x19a362:
text "What's this? TEAM"
line "ROCKET has come"
cont "back?"
para "I saw some men in"
line "black at LAKE OF"
cont "RAGE…"
done
UnknownText_0x19a3b3:
text "I stop my #MON"
line "from evolving too"
cont "early."
para "I make them learn"
line "certain moves be-"
cont "fore I let them"
cont "evolve."
done
UnknownText_0x19a418:
text "#MON do become"
line "stronger when they"
para "evolve, but they"
line "also learn moves"
cont "more slowly."
done
MahoganyPokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 4, MAHOGANY_TOWN
warp_def $7, $4, 4, MAHOGANY_TOWN
warp_def $7, $0, 1, POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 4
person_event SPRITE_NURSE, 1, 3, $6, 0, 0, -1, -1, 0, 0, 0, NurseScript_0x19a356, -1
person_event SPRITE_POKEFAN_M, 2, 7, $2, 1, 1, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, PokefanMScript_0x19a359, -1
person_event SPRITE_YOUNGSTER, 3, 1, $9, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, YoungsterScript_0x19a35c, -1
person_event SPRITE_COOLTRAINER_F, 3, 2, $8, 0, 0, -1, -1, 0, 0, 0, CooltrainerFScript_0x19a35f, -1
|