diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 18:34:20 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 18:34:20 -0500 |
| commit | 2acaa96cf16ce953a7149f300d54e5440abc27d8 (patch) | |
| tree | 8068d4e5daec008ecc41ca35208a3e8fa970a02c /data/phone/text | |
| parent | 676b585375522127d3d1e134c8761d55ede32739 (diff) | |
More charmap and home/text.asm documentation for JP chars
Diffstat (limited to 'data/phone/text')
| -rw-r--r-- | data/phone/text/bill.asm | 2 | ||||
| -rw-r--r-- | data/phone/text/extra.asm | 12 | ||||
| -rw-r--r-- | data/phone/text/extra2.asm | 18 | ||||
| -rw-r--r-- | data/phone/text/jose_overworld.asm | 2 | ||||
| -rw-r--r-- | data/phone/text/mom.asm | 2 | ||||
| -rw-r--r-- | data/phone/text/trainers1.asm | 22 |
6 files changed, 29 insertions, 29 deletions
diff --git a/data/phone/text/bill.asm b/data/phone/text/bill.asm index 37c0cd546..2defde944 100644 --- a/data/phone/text/bill.asm +++ b/data/phone/text/bill.asm @@ -45,7 +45,7 @@ BillPhoneNotFullText: ; 0x1b452a para "<PLAY_G>, your BOX" line "has room for @" text_from_ram StringBuffer3 - text "" + text_start cont "more #MON." para "Get out there and" diff --git a/data/phone/text/extra.asm b/data/phone/text/extra.asm index 92ac0f508..c7c4c2dfb 100644 --- a/data/phone/text/extra.asm +++ b/data/phone/text/extra.asm @@ -491,7 +491,7 @@ UnknownText_0x64e2f: ; 0x64e2f para "to @" text_from_ram StringBuffer5 - text "" + text_start line "and pick it up?" done ; 0x64e90 @@ -561,7 +561,7 @@ UnknownText_0x6501c: ; 0x6501c text "You know what?" line "A wild @" text_from_ram StringBuffer4 - text "" + text_start para "got away from me" line "again." @@ -918,7 +918,7 @@ DerekCheekPincherText: ; 0x65ab2 text "Listen to this." line "My @" text_from_ram StringBuffer4 - text "" + text_start para "grins happily when" line "I pinch its cheek." @@ -1497,7 +1497,7 @@ UnknownText_0x669ed: ; 0x669ed text "But get this, a" line "wild @" text_from_ram StringBuffer4 - text "" + text_start para "just barely eluded" line "us." @@ -1808,7 +1808,7 @@ UnknownText_0x6717a: ; 0x6717a text_from_ram StringBuffer3 text "'s @" text_from_ram StringBuffer4 - text "" + text_start line "is much stronger" cont "than before!" done @@ -1831,7 +1831,7 @@ UnknownText_0x671eb: ; 0x671eb para "A wild @" text_from_ram StringBuffer4 - text "" + text_start line "got away from me" para "again. It's just" diff --git a/data/phone/text/extra2.asm b/data/phone/text/extra2.asm index cef21f23b..f53c0ba25 100644 --- a/data/phone/text/extra2.asm +++ b/data/phone/text/extra2.asm @@ -316,7 +316,7 @@ UnknownText_0x174895: ; 0x174895 para "in @" text_from_ram StringBuffer5 - text "" + text_start line "when you can." done ; 0x1748ea @@ -372,7 +372,7 @@ UnknownText_0x1749c7: ; 0x1749c7 GavenGreaterText: ; 0x174a24 text "My @" text_from_ram StringBuffer4 - text "" + text_start line "might be greater" cont "than I imagined." @@ -485,7 +485,7 @@ UnknownText_0x174cf6: ; 0x174cf6 text "Oh, have you ever" line "seen a @" text_from_ram StringBuffer4 - text "" + text_start cont "before?" para "I just battled" @@ -823,7 +823,7 @@ UnknownText_0x175591: ; 0x175591 text "Oh yeah, I took" line "down a @" text_from_ram StringBuffer4 - text "" + text_start para "in the wild the" line "other day." @@ -927,7 +927,7 @@ UnknownText_0x175869: ; 0x175869 text "Oh yeah, we KO'd a" line "wild @" text_from_ram StringBuffer4 - text "" + text_start para "with one hit a" line "while back." @@ -1549,7 +1549,7 @@ UnknownText_0x176aef: ; 0x176aef para "wild @" text_from_ram StringBuffer4 - text "" + text_start line "quite often." para "They're easily" @@ -1605,20 +1605,20 @@ UnknownText_0x176c61: ; 0x176c61 para "I took a hike in" line "@" text_from_ram StringBuffer5 - text "" + text_start cont "yesterday, see?" para "Well, there were" line "tons of @" text_from_ram StringBuffer4 - text "" + text_start para "around! You have" line "to see it!" para "I get this feeling" line "that @" text_from_ram StringBuffer4 - text "" + text_start para "may be timid." line "I didn't see any" diff --git a/data/phone/text/jose_overworld.asm b/data/phone/text/jose_overworld.asm index 05e50172c..b266f18cd 100644 --- a/data/phone/text/jose_overworld.asm +++ b/data/phone/text/jose_overworld.asm @@ -1,7 +1,7 @@ JoseAskNumber1Text: text "If my @" text_from_ram StringBuffer4 - text "" + text_start line "sees anything" para "pretty, it goes" diff --git a/data/phone/text/mom.asm b/data/phone/text/mom.asm index 249b5c01d..da7df47de 100644 --- a/data/phone/text/mom.asm +++ b/data/phone/text/mom.asm @@ -14,7 +14,7 @@ MomPhoneLandmarkText: ; 0x1b4021 para "Isn't that where" line "@" text_from_ram StringBuffer4 - text "" + text_start para "is? Did you go" line "take a look?" done diff --git a/data/phone/text/trainers1.asm b/data/phone/text/trainers1.asm index 29080f114..99f4569c5 100644 --- a/data/phone/text/trainers1.asm +++ b/data/phone/text/trainers1.asm @@ -739,7 +739,7 @@ UnknownText_0x1b5d51: ; 0x1b5d51 UnknownText_0x1b5d9f: ; 0x1b5d9f text "Hello, @" text_from_ram StringBuffer3 - text "" + text_start line "speaking." para "Oh, <PLAY_G>." @@ -749,7 +749,7 @@ UnknownText_0x1b5d9f: ; 0x1b5d9f UnknownText_0x1b5dcc: ; 0x1b5dcc text "Hello, @" text_from_ram StringBuffer3 - text "" + text_start line "speaking." para "Oh, <PLAY_G>." @@ -759,7 +759,7 @@ UnknownText_0x1b5dcc: ; 0x1b5dcc UnknownText_0x1b5df8: ; 0x1b5df8 text "Hello, @" text_from_ram StringBuffer3 - text "" + text_start line "speaking." para "Oh, <PLAY_G>." @@ -852,7 +852,7 @@ UnknownText_0x1b5ff6: ; 0x1b5ff6 para "This is @" text_from_ram StringBuffer3 - text "" + text_start line "the HIKER!" done @@ -862,7 +862,7 @@ UnknownText_0x1b6017: ; 0x1b6017 para "This is @" text_from_ram StringBuffer3 - text "" + text_start line "the HIKER!" done @@ -872,7 +872,7 @@ UnknownText_0x1b6041: ; 0x1b6041 para "This is @" text_from_ram StringBuffer3 - text "" + text_start line "the HIKER!" done @@ -1033,7 +1033,7 @@ UnknownText_0x1b6352: ; 0x1b6352 UnknownText_0x1b638c: ; 0x1b638c text "Hello? @" text_from_ram StringBuffer3 - text "" + text_start line "here…" para "Hey, <PLAY_G>!" @@ -1042,7 +1042,7 @@ UnknownText_0x1b638c: ; 0x1b638c UnknownText_0x1b63a8: ; 0x1b63a8 text "Hello? @" text_from_ram StringBuffer3 - text "" + text_start line "here…" para "Wow, <PLAY_G>!" @@ -1051,7 +1051,7 @@ UnknownText_0x1b63a8: ; 0x1b63a8 UnknownText_0x1b63c4: ; 0x1b63c4 text "Hello? @" text_from_ram StringBuffer3 - text "" + text_start line "here…" para "Yippee, <PLAY_G>!" @@ -1563,7 +1563,7 @@ UnknownText_0x1b6db9: ; 0x1b6db9 para "Heh, my @" text_from_ram StringBuffer4 - text "" + text_start line "is so tough, it" para "doesn't need to go" @@ -1722,7 +1722,7 @@ UnknownText_0x1b7161: ; 0x1b7161 para "My @" text_from_ram StringBuffer4 - text "" + text_start line "looks like it will" para "get tough enough" |
