diff options
Diffstat (limited to 'text/phone/brent_overworld.asm')
-rw-r--r-- | text/phone/brent_overworld.asm | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/text/phone/brent_overworld.asm b/text/phone/brent_overworld.asm deleted file mode 100644 index 0ece72091..000000000 --- a/text/phone/brent_overworld.asm +++ /dev/null @@ -1,62 +0,0 @@ -BrentAskNumber1Text: - text "By the way, you're" - line "a #MANIAC…" - - para "I can tell." - line "Yes, you are." - - para "But your knowledge" - line "is shallow still!" - - para "Do you know BILL?" - line "He's an incredible" - - para "#MANIAC." - line "I revere him." - - para "I'll teach you all" - line "I know about BILL," - - para "so leave me your" - line "phone number." - done - -BrentAskNumber2Text: - text "I'll teach you all" - line "I know about BILL," - - para "so leave me your" - line "phone number." - done - -BrentNumberAcceptedText: - text "BILL--he's more" - line "than amazing!" - - para "To be a #MANIAC" - line "like him someday…" - - para "That's my dream." - done - -BrentNumberDeclinedText: - text "You're going to" - line "regret it…" - - para "And I won't care…" - done - -BrentPhoneFullText: - text "Huh? Your phone" - line "list's full." - - para "A #MANIAC has" - line "to be more tidy!" - done - -BrentRematchText: - text "I've been waiting." - - para "Look, check out my" - line "#MON!" - done |