summaryrefslogtreecommitdiff
path: root/text/mapRedsHouse1F.asm
blob: 69bed285b30f15a030dbc8a0e52359716018f943 (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
_MomWakeUpText:
	db 0,"MOM: Right.",$4F
	db "All boys leave",$55
	db "home some day.",$55
	db "It said so on TV.",$51
	db "PROF.OAK, next",$4F
	db "door, is looking",$55
	db "for you.",$57

_MomHealText1:
	db 0,"MOM: ",$52,"!",$4F
	db "You should take a",$55
	db "quick rest.",$58

_MomHealText2:
	db 0,"MOM: Oh good!",$4F
	db "You and your",$55
	db "#MON are",$55
	db "looking great!",$55
	db "Take care now!",$57

_StandByMeText:
	db 0,"There's a movie",$4F
	db "on TV. Four boys",$55
	db "are walking on",$55
	db "railroad tracks.",$51
	db "I better go too.",$57

_TVWrongSideText:
	db 0,"Oops, wrong side.",$57