Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/BillsHouse.asm
1270 views
1
_BillsHouseBillImNotAPokemonText::
2
text "Hiya! I'm a"
3
line "#MON..."
4
cont "...No I'm not!"
5
6
para "Call me BILL!"
7
line "I'm a true blue"
8
cont "#MANIAC! Hey!"
9
cont "What's with that"
10
cont "skeptical look?"
11
12
para "I'm not joshing"
13
line "you, I screwed up"
14
cont "an experiment and"
15
cont "got combined with"
16
cont "a #MON!"
17
18
para "So, how about it?"
19
line "Help me out here!"
20
done
21
22
_BillsHouseBillUseSeparationSystemText::
23
text "When I'm in the"
24
line "TELEPORTER, go to"
25
cont "my PC and run the"
26
cont "Cell Separation"
27
cont "System!"
28
done
29
30
_BillsHouseBillNoYouGottaHelpText::
31
text "No!? Come on, you"
32
line "gotta help a guy"
33
cont "in deep trouble!"
34
35
para "What do you say,"
36
line "chief? Please?"
37
cont "OK? All right!"
38
prompt
39
40
_BillsHouseBillThankYouText::
41
text "BILL: Yeehah!"
42
line "Thanks, bud! I"
43
cont "owe you one!"
44
45
para "So, did you come"
46
line "to see my #MON"
47
cont "collection?"
48
cont "You didn't?"
49
cont "That's a bummer."
50
51
para "I've got to thank"
52
line "you... Oh here,"
53
cont "maybe this'll do."
54
prompt
55
56
_SSTicketReceivedText::
57
text "<PLAYER> received"
58
line "an @"
59
text_ram wStringBuffer
60
text "!@"
61
text_end
62
63
_SSTicketNoRoomText::
64
text "You've got too"
65
line "much stuff, bud!"
66
done
67
68
_BillsHouseBillWhyDontYouGoInsteadOfMeText::
69
text "That cruise ship,"
70
line "S.S.ANNE, is in"
71
cont "VERMILION CITY."
72
cont "Its passengers"
73
cont "are all trainers!"
74
75
para "They invited me"
76
line "to their party,"
77
cont "but I can't stand"
78
cont "fancy do's. Why"
79
cont "don't you go"
80
cont "instead of me?"
81
done
82
83
_BillsHouseBillCheckOutMyRarePokemonText::
84
text "BILL: Look, bud,"
85
line "just check out"
86
cont "some of my rare"
87
cont "#MON on my PC!"
88
done
89
90