Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonMansion3F.asm
1270 views
1
_CeladonMansion3FProgrammerText::
2
text "Me? I'm the"
3
line "programmer!"
4
done
5
6
_CeladonMansion3FGraphicArtistText::
7
text "I'm the graphic"
8
line "artist!"
9
cont "I drew you!"
10
done
11
12
_CeladonMansion3FWriterText::
13
text "I wrote the story!"
14
line "Isn't ERIKA cute?"
15
16
para "I like MISTY a"
17
line "lot too!"
18
19
para "Oh, and SABRINA,"
20
line "I like her!"
21
done
22
23
_CeladonMansion3FGameDesignerText::
24
text "Is that right?"
25
26
para "I'm the game"
27
line "designer!"
28
29
para "Filling up your"
30
line "#DEX is tough,"
31
cont "but don't quit!"
32
33
para "When you finish,"
34
line "come tell me!"
35
done
36
37
_CeladonMansion3FGameDesignerCompletedDexText::
38
text "Wow! Excellent!"
39
line "You completed"
40
cont "your #DEX!"
41
cont "Congratulations!"
42
cont "...@"
43
text_end
44
45
_CeladonMansion3FGameProgramPCText::
46
text "It's the game"
47
line "program! Messing"
48
cont "with it could bug"
49
cont "out the game!"
50
done
51
52
_CeladonMansion3FPlayingGamePCText::
53
text "Someone's playing"
54
line "a game instead of"
55
cont "working!"
56
done
57
58
_CeladonMansion3FGameScriptPCText::
59
text "It's the script!"
60
line "Better not look"
61
cont "at the ending!"
62
done
63
64
_CeladonMansion3FDevRoomSignText::
65
text "GAME FREAK"
66
line "Development Room"
67
done
68
69