diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-04-13 11:50:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 11:50:43 -0400 |
commit | 5cdf4f9ae0cb6884472d9f7ca3926e610345c3ba (patch) | |
tree | 5d82940943132c71f05e5c58c06ddbb49379034c /data | |
parent | 1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (diff) | |
parent | c5a4c0bd2e75be4808aa4e4b88887135b38cb715 (diff) |
Merge pull request #623 from mid-kid/patch-1
Create some battle tower SRAM labels
Diffstat (limited to 'data')
-rw-r--r-- | data/text/common_3.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/text/common_3.asm b/data/text/common_3.asm index 53fa047c4..09278eb29 100644 --- a/data/text/common_3.asm +++ b/data/text/common_3.asm @@ -1133,28 +1133,28 @@ UnknownText_0x1c5962:: line "you're ready." done -UnknownText_0x1c5983:: +_NeedAtLeastThreeMonText:: text "You need at least" line "three #MON." para "" done -UnknownText_0x1c59a3:: +_EggDoesNotQualifyText:: text "Sorry, an EGG" line "doesn't qualify." para "" done -Text_OnlyThreeMonMayBeEntered:: +_OnlyThreeMonMayBeEnteredText:: text "Only three #MON" line "may be entered." para "" done -Text_TheMonMustAllBeDifferentKinds:: +_TheMonMustAllBeDifferentKindsText:: text "The @" text_ram wStringBuffer2 text " #MON" @@ -1164,7 +1164,7 @@ Text_TheMonMustAllBeDifferentKinds:: para "" done -Text_TheMonMustNotHoldTheSameItems:: +_TheMonMustNotHoldTheSameItemsText:: text "The @" text_ram wStringBuffer2 text " #MON" @@ -1174,7 +1174,7 @@ Text_TheMonMustNotHoldTheSameItems:: para "" done -Text_YouCantTakeAnEgg:: +_YouCantTakeAnEggText:: text "You can't take an" line "EGG!" |