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
113
114
115
116
117
118
119
120
|
GoldenrodDeptStore2F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
ClerkScript_0x55b5d:
faceplayer
loadfont
pokemart $0, $0005
loadmovesprites
end
ClerkScript_0x55b65:
faceplayer
loadfont
pokemart $0, $0006
loadmovesprites
end
YoungsterScript_0x55b6d:
jumptextfaceplayer UnknownText_0x55c25
CooltrainerFScript_0x55b70:
jumptextfaceplayer UnknownText_0x55c7b
GentlemanScript_0x55b73:
jumptextfaceplayer UnknownText_0x55cb7
GoldenrodDeptStore2FDirectory:
jumptext GoldenrodDeptStore2FDirectoryText
GoldenrodDeptStore2FElevatorButton:
jumpstd elevatorbutton
; possibly unused
UnknownText_0x55b7c:
text "We intend to sell"
line "items for #MON"
cont "to hold."
para "This is a free"
line "gift. Have a #-"
cont "MON hold it."
done
; possibly unused
UnknownText_0x55bd3:
text "By giving #MON"
line "items to hold, I"
para "bet trainers will"
line "develop new battle"
cont "techniques."
done
UnknownText_0x55c25:
text "#GEAR can store"
line "up to ten phone"
cont "numbers."
para "It's hard to de-"
line "cide which numbers"
cont "to keep."
done
UnknownText_0x55c7b:
text "I got my ABRA at"
line "the GAME CORNER."
para "Now it's my best"
line "partner."
done
UnknownText_0x55cb7:
text "This DEPT.STORE"
line "makes me realize"
para "that GOLDENROD is"
line "a big city."
para "The selection here"
line "is unmatched any-"
cont "where else."
done
GoldenrodDeptStore2FDirectoryText:
text "Your Travel"
line "Companion"
para "2F TRAINER'S"
line " MARKET"
done
GoldenrodDeptStore2F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $0, $c, 1, GOLDENROD_DEPT_STORE_3F
warp_def $0, $f, 3, GOLDENROD_DEPT_STORE_1F
warp_def $0, $2, 1, GOLDENROD_DEPT_STORE_ELEVATOR
.XYTriggers:
db 0
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore2FDirectory
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore2FElevatorButton
.PersonEvents:
db 5
person_event SPRITE_CLERK, 5, 13, $7, 0, 0, -1, -1, 0, 0, 0, ClerkScript_0x55b5d, -1
person_event SPRITE_CLERK, 6, 13, $8, 0, 0, -1, -1, 0, 0, 0, ClerkScript_0x55b65, -1
person_event SPRITE_YOUNGSTER, 6, 9, $4, 1, 0, -1, -1, 0, 0, 0, YoungsterScript_0x55b6d, -1
person_event SPRITE_COOLTRAINER_F, 2, 6, $5, 0, 2, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CooltrainerFScript_0x55b70, -1
person_event SPRITE_GENTLEMAN, 6, 2, $3, 0, 0, -1, -1, 0, 0, 0, GentlemanScript_0x55b73, -1
|