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
|
MrFujisHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
SuperNerdScript_0x7e8ca:
jumptextfaceplayer UnknownText_0x7e8f1
LassScript_0x7e8cd:
jumptextfaceplayer UnknownText_0x7e940
MrFujisPsyduck:
loadfont
writetext MrFujisPsyduckText
cry PSYDUCK
closetext
loadmovesprites
end
MrFujisNidorino:
loadfont
writetext MrFujisNidorinoText
cry NIDORINO
closetext
loadmovesprites
end
MrFujisPidgey:
loadfont
writetext MrFujisPidgeyText
cry PIDGEY
closetext
loadmovesprites
end
MrFujisHouseBookshelf:
jumpstd difficultbookshelf
UnknownText_0x7e8f1:
text "MR.FUJI does live"
line "here, but he's not"
para "home now."
para "He should be at"
line "the SOUL HOUSE."
done
UnknownText_0x7e940:
text "Some cold-hearted"
line "people stop caring"
cont "for their #MON."
para "Grandpa takes in"
line "the poor homeless"
para "#MON and takes"
line "care of them."
done
MrFujisPsyduckText:
text "PSYDUCK: Gu-guwa?"
done
MrFujisNidorinoText:
text "NIDORINO: Gyun!"
done
MrFujisPidgeyText:
text "PIDGEY: Pijji!"
done
MrFujisHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 2, LAVENDER_TOWN
warp_def $7, $3, 2, LAVENDER_TOWN
.XYTriggers:
db 0
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, MrFujisHouseBookshelf
signpost 1, 1, SIGNPOST_READ, MrFujisHouseBookshelf
.PersonEvents:
db 5
person_event SPRITE_SUPER_NERD, 1, 4, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, SuperNerdScript_0x7e8ca, -1
person_event SPRITE_LASS, 4, 3, $2, 1, 1, -1, -1, 0, 0, 0, LassScript_0x7e8cd, -1
person_event SPRITE_RHYDON, 4, 7, $16, 0, 0, -1, -1, 0, 0, 0, MrFujisPsyduck, -1
person_event SPRITE_GROWLITHE, 5, 5, $16, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, MrFujisNidorino, -1
person_event SPRITE_MOLTRES, 3, 1, $16, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, MrFujisPidgey, -1
|