Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/Daycare_2.asm
1270 views
1
_DaycareGentlemanAllRightThenText::
2
text "All right then,"
3
line "@"
4
text_end
5
6
_DaycareGentlemanComeAgainText::
7
text "come again."
8
done
9
10
_DaycareGentlemanNoRoomForMonText::
11
text "You have no room"
12
line "for this #MON!"
13
done
14
15
_DaycareGentlemanOnlyHaveOneMonText::
16
text "You only have one"
17
line "#MON with you."
18
done
19
20
_DaycareGentlemanCantAcceptMonWithHMText::
21
text "I can't accept a"
22
line "#MON that"
23
cont "knows an HM move."
24
done
25
26
_DaycareGentlemanHeresYourMonText::
27
text "Thank you! Here's"
28
line "your #MON!"
29
prompt
30
31
_DaycareGentlemanNotEnoughMoneyText::
32
text "Hey, you don't"
33
line "have enough ¥!"
34
done
35
36