diff options
Diffstat (limited to 'text/phone/elm.asm')
-rw-r--r-- | text/phone/elm.asm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/text/phone/elm.asm b/text/phone/elm.asm index 395963365..6a8946179 100644 --- a/text/phone/elm.asm +++ b/text/phone/elm.asm @@ -1,4 +1,4 @@ -UnknownText_0x1b46fc: ; 0x1b46fc +ElmPhoneStartText: ; 0x1b46fc db $0, "Hello, ", $14, "?", $51 db "Try not to overdo", $4f db "it.", $51 @@ -6,13 +6,13 @@ UnknownText_0x1b46fc: ; 0x1b46fc db "your #MON if", $55 db "they are hurt.", $57 -UnknownText_0x1b4749: ; 0x1b4749 +ElmPhoneSawMrPokemonText: ; 0x1b4749 db $0, "Hello, ", $14, "?", $51 db "Did you meet MR.", $4f db "#MON? Great!", $55 db "Come back safely!", $57 -UnknownText_0x1b4784: ; 0x1b4784 +ElmPhonePokemonStolenText: ; 0x1b4784 db $0, $14, "? I'm very", $4f db "upset now.", $51 db "We had a #MON", $4f @@ -20,28 +20,28 @@ UnknownText_0x1b4784: ; 0x1b4784 db "How could anyone", $4f db "do that?", $57 -UnknownText_0x1b47d5: ; 0x1b47d5 +ElmPhoneCheckingEggText: ; 0x1b47d5 db $0, "Hello, ", $14, "?", $51 db "We're checking the", $4f db "EGG now. It does", $51 db "appear to be a", $4f db "#MON EGG.", $57 -UnknownText_0x1b481c: ; 0x1b481c +ElmPhoneAssistantText: ; 0x1b481c db $0, "Hello, ", $14, "?", $51 db "Did you see my", $4f db "assistant? He's at", $51 db "the #MON CENTER", $4f db "in VIOLET CITY.", $57 -UnknownText_0x1b4868: ; 0x1b4868 +ElmPhoneEggUnhatchedText: ; 0x1b4868 db $0, "Hello, ", $14, "?", $51 db "How's the EGG? Has", $4f db "anything changed?", $51 db "If anything hap-", $4f db "pens, please call.", $57 -UnknownText_0x1b48bb: ; 0x1b48bb +ElmPhoneEggHatchedText: ; 0x1b48bb db $0, "Hello, ", $14, "?", $4f db "How is the EGG?", $51 db "What? It hatched?", $4f @@ -50,7 +50,7 @@ UnknownText_0x1b48bb: ; 0x1b48bb db "Please come show", $4f db "me now!", $57 -UnknownText_0x1b491f: ; 0x1b491f +ElmPhoneDiscovery1Text: ; 0x1b491f db $0, "Hello, ", $14, "?", $51 db "I just made a new", $4f db "discovery.", $51 @@ -59,7 +59,7 @@ UnknownText_0x1b491f: ; 0x1b491f db "hatch depends on", $4f db "the #MON.", $57 -UnknownText_0x1b4982: ; 0x1b4982 +ElmPhoneDiscovery2Text: ; 0x1b4982 db $0, "Hello, ", $14, "?", $51 db "It's still a", $4f db "mystery what kinds", $51 @@ -68,7 +68,7 @@ UnknownText_0x1b4982: ; 0x1b4982 db "We're investigat-", $4f db "ing that now.", $57 -UnknownText_0x1b49e7: ; 0x1b49e7 +ElmPhonePokerusText: ; 0x1b49e7 db $0, "Hello, ", $14, "?", $51 db "I discovered an", $4f db "odd thing.", $51 @@ -91,7 +91,7 @@ UnknownText_0x1b49e7: ; 0x1b49e7 db "nothing to worry", $55 db "about. Bye!", $57 -UnknownText_0x1b4b17: ; 0x1b4b17 +ElmPhoneDisasterText: ; 0x1b4b17 db $0, "H-hello? ", $14, "?", $4f db "It's a disaster!", $51 db "Uh, um, it's just", $4f @@ -101,7 +101,7 @@ UnknownText_0x1b4b17: ; 0x1b4b17 db "Please get back", $4f db "here now!", $57 -UnknownText_0x1b4b87: ; 0x1b4b87 +ElmPhoneEggAssistantText: ; 0x1b4b87 db $0, "Hello, ", $14, "? We", $4f db "discovered some-", $51 db "thing about the", $4f @@ -112,7 +112,7 @@ UnknownText_0x1b4b87: ; 0x1b4b87 db "Could you talk to", $55 db "him?", $57 -UnknownText_0x1b4c06: ; 0x1b4c06 +ElmPhoneRocketText: ; 0x1b4c06 db $0, $14, ", how are", $4f db "things going?", $51 db "I called because", $4f @@ -131,7 +131,7 @@ UnknownText_0x1b4c06: ; 0x1b4c06 db "Sorry to bug you.", $4f db "Take care!", $57 -UnknownText_0x1b4d09: ; 0x1b4d09 +ElmPhoneGiftText: ; 0x1b4d09 db $0, "Hello, ", $14, "?", $51 db "I have something", $4f db "here for you.", $51 @@ -139,7 +139,7 @@ UnknownText_0x1b4d09: ; 0x1b4d09 db "my LAB?", $51 db "See you later!", $57 -UnknownText_0x1b4d5d: ; 0x1b4d5d +ElmPhoneUnusedText: ; 0x1b4d5d db $0, "Hello, ", $14, "?", $4f db "How's it going?", $51 db "I got ahold of", $4f |