From a75527df250d7ea5fa35630eab711bf4eeef9a02 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 1 Nov 2020 12:36:53 -0500 Subject: Make some labels more consistent --- data/text/common_1.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/text') diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 97750d47..c27c465f 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -1664,33 +1664,33 @@ _ExpPointsText:: text " EXP. Points!" prompt -Text_GoMon:: +_GoMonText:: text "Go! @" text_ram wBattleMonNick text "!" done -Text_DoItMon:: +_DoItMonText:: text "Do it! @" text_ram wBattleMonNick text "!" done -Text_GoForItMon:: +_GoForItMonText:: text "Go for it," line "@" text_ram wBattleMonNick text "!" done -Text_YourFoesWeakGetmMon:: +_YourFoesWeakGetmMonText:: text "Your foe's weak!" line "Get'm, @" text_ram wBattleMonNick text "!" done -Text_BattleMonNickComma:: +_BattleMonNickCommaText:: text_ram wBattleMonNick text ",@@" -- cgit v1.2.3