Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/BluesHouse.asm
1270 views
1
_BluesHouseDaisyRivalAtLabText::
2
text "Hi <PLAYER>!"
3
line "<RIVAL> is out at"
4
cont "Grandpa's lab."
5
done
6
7
_BluesHouseDaisyOfferMapText::
8
text "Grandpa asked you"
9
line "to run an errand?"
10
cont "Here, this will"
11
cont "help you!"
12
prompt
13
14
_GotMapText::
15
text "<PLAYER> got a"
16
line "@"
17
text_ram wStringBuffer
18
text "!@"
19
text_end
20
21
_BluesHouseDaisyBagFullText::
22
text "You have too much"
23
line "stuff with you."
24
done
25
26
_BluesHouseDaisyUseMapText::
27
text "Use the TOWN MAP"
28
line "to find out where"
29
cont "you are."
30
done
31
32
_BluesHouseDaisyWalkingText::
33
text "#MON are living"
34
line "things! If they"
35
cont "get tired, give"
36
cont "them a rest!"
37
done
38
39
_BluesHouseTownMapText::
40
text "It's a big map!"
41
line "This is useful!"
42
done
43
44