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
|
CinnabarPokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
NurseScript_0x1ab32c:
jumpstd pokecenternurse
CooltrainerFScript_0x1ab32f:
jumptextfaceplayer UnknownText_0x1ab335
FisherScript_0x1ab332:
jumptextfaceplayer UnknownText_0x1ab37f
UnknownText_0x1ab335:
text "CINNABAR GYM's"
line "BLAINE apparently"
para "lives alone in the"
line "SEAFOAM ISLANDS"
cont "cave…"
done
UnknownText_0x1ab37f:
text "It's been a year"
line "since the volcano"
cont "erupted."
done
CinnabarPokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, CINNABAR_ISLAND
warp_def $7, $4, 1, CINNABAR_ISLAND
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_0x1ab32c, -1
person_event SPRITE_COOLTRAINER_F, 6, 7, $5, 0, 2, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CooltrainerFScript_0x1ab32f, -1
person_event SPRITE_FISHER, 4, 2, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, FisherScript_0x1ab332, -1
|