diff options
Diffstat (limited to 'text/RockTunnelPokecenter.asm')
-rw-r--r-- | text/RockTunnelPokecenter.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/text/RockTunnelPokecenter.asm b/text/RockTunnelPokecenter.asm new file mode 100644 index 00000000..0fc249ff --- /dev/null +++ b/text/RockTunnelPokecenter.asm @@ -0,0 +1,13 @@ +_RockTunnelPokecenterText2:: + text "The element types" + line "of #MON make" + cont "them stronger" + cont "than some types" + cont "and weaker than" + cont "others!" + done + +_RockTunnelPokecenterText3:: + text "I sold a useless" + line "NUGGET for ¥5000!" + done |