diff options
Diffstat (limited to 'text/maps/name_rater.asm')
-rw-r--r-- | text/maps/name_rater.asm | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/text/maps/name_rater.asm b/text/maps/name_rater.asm new file mode 100644 index 00000000..4f47270c --- /dev/null +++ b/text/maps/name_rater.asm @@ -0,0 +1,61 @@ +_UnnamedText_1dab3: ; 9a308 (26:6308) + text "Hello, hello!" + line "I am the official" + cont "NAME RATER!" + + para "Want me to rate" + line "the nicknames of" + cont "your #MON?" + done + +_UnnamedText_1dab8: ; 9a361 (26:6361) + text "Which #MON" + line "should I look at?" + prompt + +_UnnamedText_1dabd: ; 9a37f (26:637f) + TX_RAM $cd6d + text ", is it?" + line "That is a decent" + cont "nickname!" + + para "But, would you" + line "like me to give" + cont "it a nicer name?" + + para "How about it?" + done + +_UnnamedText_1dac2: ; 9a3e5 (26:63e5) + text "Fine! What should" + line "we name it?" + prompt + +_UnnamedText_1dac7: ; 9a404 (26:6404) + text "OK! This #MON" + line "has been renamed" + cont "@" + TX_RAM $cee9 + text "!" + + para "That's a better" + line "name than before!" + done + +_UnnamedText_1dacc: ; 9a44c (26:644c) + text "Fine! Come any" + line "time you like!" + done + +_UnnamedText_1dad1: ; 9a46b (26:646b) + TX_RAM $cd6d + text ", is it?" + line "That is a truly" + cont "impeccable name!" + + para "Take good care of" + line "@" + TX_RAM $cd6d + text "!" + done + |