summaryrefslogtreecommitdiff
path: root/text/mapPalletTown.asm
blob: 6ed9b755279bf3b45c0834aeea3e5eeed22c7328 (plain)
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
_OakAppearsText:
	db 0,"OAK: Hey! Wait!",$4F
	db "Don't go out!@@"

_OakWalksUpText:
	db 0,"OAK: It's unsafe!",$4F
	db "Wild #MON live",$55
	db "in tall grass!",$51
	db "You need your own",$4F
	db "#MON for your",$55
	db "protection.",$55
	db "I know!",$51
	db "Here, come with",$4F
	db "me!",$57

_PalletTownText2:
	db 0,"I",$E5," raising",$4F
	db "#MON too!",$51
	db "When they get",$4F
	db "strong, they can",$55
	db "protect me!",$57

_PalletTownText3:
	db 0,"Technology is",$4F
	db "incredible!",$51
	db "You can now store",$4F
	db "and recall items",$55
	db "and #MON as",$55
	db "data via PC!",$57

_PalletTownText4:
	db 0,"OAK #MON",$4F
	db "RESEARCH LAB",$57

_PalletTownText5:
	db 0,"PALLET TOWN",$4F
	db "Shades of your",$55
	db "journey await!",$57

_PalletTownText6:
	db 0,$52,"'s house ",$57

_PalletTownText7:
	db 0,$53,"'s house ",$57