-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathLavenderTown.asm
64 lines (51 loc) · 1.12 KB
/
LavenderTown.asm
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
_LavenderTownLittleGirlDoYouBelieveInGhostsText::
text "Do you believe in"
line "GHOSTs?"
done
_LavenderTownLittleGirlSoThereAreBelieversText::
text "Really? So there"
line "are believers..."
done
_LavenderTownLittleGirlHaHaGuessNotText::
text "Hahaha, I guess"
line "not."
para "That white hand"
line "on your shoulder,"
cont "it's not real."
done
_LavenderTownCooltrainerMText::
text "This town is known"
line "as the grave site"
cont "of #MON."
para "Memorial services"
line "are held in"
cont "#MON TOWER."
done
_LavenderTownSuperNerdText::
text "GHOSTs appeared"
line "in #MON TOWER."
para "I think they're"
line "the spirits of"
cont "#MON that the"
cont "ROCKETs killed."
done
_LavenderTownSignText::
text "LAVENDER TOWN"
line "The Noble Purple"
cont "Town"
done
_LavenderTownSilphScopeSignText::
text "New SILPH SCOPE!"
para "Make the Invisible"
line "Plain to See!"
para "SILPH CO."
done
_LavenderTownPokemonHouseSignText::
text "LAVENDER VOLUNTEER"
line "#MON HOUSE"
done
_LavenderTownPokemonTowerSignText::
text "May the Souls of"
line "#MON Rest Easy"
cont "#MON TOWER"
done