diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-21 17:18:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 17:18:29 -0800 |
commit | c28be02a193a088354131f260781a9081825eeee (patch) | |
tree | 4af5309b6c54fd910401b8a374019445903a8938 /text | |
parent | b97287be2923a037cd9aa5f3b35887feb31b0c03 (diff) | |
parent | 88a80619d2258535396c58a26747b699efebfef7 (diff) |
Merge pull request #395 from surskitty/master
Some Script Labels
Diffstat (limited to 'text')
-rw-r--r-- | text/phone/mom.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/phone/mom.asm b/text/phone/mom.asm index 6842728b7..961297fb5 100644 --- a/text/phone/mom.asm +++ b/text/phone/mom.asm @@ -5,7 +5,7 @@ MomPhoneGreetingText: ; 0x1b4000 line "Working hard?" done -UnknownText_0x1b4021: ; 0x1b4021 +MomPhoneLandmarkText: ; 0x1b4021 text "Oh, so you're in" line "@" text_from_ram StringBuffer3 @@ -50,7 +50,7 @@ MomPhoneCherrygroveText: ; 0x1b40e4 line "home for a bit?" done -UnknownText_0x1b411c: ; 0x1b411c +MomOtherAreaText: ; 0x1b411c text "Wow, you're in" line "@" text_from_ram StringBuffer3 @@ -60,7 +60,7 @@ UnknownText_0x1b411c: ; 0x1b411c line "#MON quest!" done -UnknownText_0x1b4150: ; 0x1b4150 +MomDeterminedText: ; 0x1b4150 text "That sounds really" line "tough." @@ -71,7 +71,7 @@ UnknownText_0x1b4150: ; 0x1b4150 line "be OK, right?" done -UnknownText_0x1b41a7: ; 0x1b41a7 +MomCheckBalanceText: ; 0x1b41a7 text "By the way, you've" line "saved up ¥@" text_from_ram StringBuffer3 |