Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/BrunosRoom.asm
1270 views
1
_BrunoBeforeBattleText::
2
text "I am BRUNO of"
3
line "the ELITE FOUR!"
4
5
para "Through rigorous"
6
line "training, people"
7
cont "and #MON can"
8
cont "become stronger!"
9
10
para "I've weight"
11
line "trained with"
12
cont "my #MON!"
13
14
para "<PLAYER>!"
15
16
para "We will grind you"
17
line "down with our"
18
cont "superior power!"
19
20
para "Hoo hah!"
21
done
22
23
_BrunoEndBattleText::
24
text "Why?"
25
line "How could I lose?"
26
prompt
27
28
_BrunoAfterBattleText::
29
text "My job is done!"
30
line "Go face your next"
31
cont "challenge!"
32
done
33
34
_BrunosRoomBrunoDontRunAwayText::
35
text "Someone's voice:"
36
line "Don't run away!"
37
done
38
39