diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-06-19 07:32:01 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-06-19 07:35:14 -0400 |
| commit | 9d0c8dbf8e57fa2832f71fae94de7552e270d367 (patch) | |
| tree | f00d94c0f03ebbe4358a6ff794c323ac7cc6ea45 /data/text | |
| parent | e87159ed7bbff17f2e3c0a074860c0eaa54f9cbb (diff) | |
Rename labels to stop cheating the unnamed.py script.
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/battle.asm | 4 | ||||
| -rw-r--r-- | data/text/common_1.asm | 26 | ||||
| -rw-r--r-- | data/text/common_2.asm | 4 | ||||
| -rw-r--r-- | data/text/common_3.asm | 2 |
4 files changed, 18 insertions, 18 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index c82e24c4..506b0c0a 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -192,7 +192,7 @@ SentAllToMomText: text "Sent all to MOM!" prompt -BattleText_0x80a4f: +BattleText_0x101415: text "<RIVAL>: Huh? I" line "should've chosen" cont "your #MON!" @@ -208,7 +208,7 @@ BattleText_UseNextMon: text "Use next #MON?" done -BattleText_0x80a93: +BattleText_0x101459: text "<RIVAL>: Yes!" line "I guess I chose a" cont "good #MON!" diff --git a/data/text/common_1.asm b/data/text/common_1.asm index fd92195c..3bbffb45 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -202,19 +202,19 @@ Text_Warping:: text "Warping…" done -UnknownText_0x1bd05e:: +UnknownText_0x1902f9:: text "Which number" line "should be changed?" done -UnknownText_0x1bd07f:: +UnknownText_0x19031a:: text "Will you play with" line "@" text_ram wStringBuffer2 text "?" done -UnknownText_0x1bd09a:: +UnknownText_0x190335:: text "You need two #-" line "MON for breeding." prompt @@ -224,7 +224,7 @@ Text_BreedingIsNotPossible:: line "possible." prompt -UnknownText_0x1bd0d8:: +UnknownText_0x190373:: text "The compatibility" line "is @" text_decimal wBreedingCompatibility, 1, 3 @@ -232,17 +232,17 @@ UnknownText_0x1bd0d8:: cont "Should they breed?" done -UnknownText_0x1bd109:: +UnknownText_0x1903a4:: text "There is no EGG." line "" prompt -UnknownText_0x1bd11c:: +UnknownText_0x1903b7:: text "It's going to" line "hatch!" prompt -UnknownText_0x1bd131:: +UnknownText_0x1903cc:: text "Test event" line "@" text_decimal wStringBuffer2, 1, 2 @@ -256,30 +256,30 @@ UnknownText_0x1bd131:: text "You can have this." prompt -UnknownText_0x1bd188:: +UnknownText_0x190414:: text "The BOX is full!" done -UnknownText_0x1bd2a0:: +UnknownText_0x190426:: text "Obtained the" line "VOLTORBBADGE!" done -UnknownText_0x1bc42c:: +UnknownText_0x190442:: text "The password is:" line "" done -UnknownText_0x1bc43f:: +UnknownText_0x190455:: text "Is this OK?" done -UnknownText_0x1bc44c:: +UnknownText_0x190462:: text "Enter the" line "ID no." done -UnknownText_0x1bc45e:: +UnknownText_0x190474:: text "Enter the" line "amount." done diff --git a/data/text/common_2.asm b/data/text/common_2.asm index d165559d..cb1685c2 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -1316,7 +1316,7 @@ _MoveMonWOMailSaveText:: cont "will be saved. OK?" done -UnknownText_0x1c4693:: +UnknownText_0x195b29:: text "The window save" line "area was exceeded." done @@ -1326,7 +1326,7 @@ _WindowPoppingErrorText:: line "able for popping." done -UnknownText_0x1c46dc:: +UnknownText_0x195b72:: text "Corrupted event!" prompt diff --git a/data/text/common_3.asm b/data/text/common_3.asm index 4064b0f4..45f31824 100644 --- a/data/text/common_3.asm +++ b/data/text/common_3.asm @@ -83,7 +83,7 @@ _PhoneThankYouText:: done ; unused -UnknownText_0x1c55d6:: +UnknownText_0x198152:: text " :" done |
