diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 12:36:53 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 12:36:53 -0500 |
commit | a75527df250d7ea5fa35630eab711bf4eeef9a02 (patch) | |
tree | 00d7b3900efd9cc1af704f9bd9b7c30a4c54dc7d /data | |
parent | eecff60284d3b4af14902f347d12639ee9849c03 (diff) |
Make some labels more consistent
Diffstat (limited to 'data')
-rw-r--r-- | data/text/common_1.asm | 10 |
1 files changed, 5 insertions, 5 deletions
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 ",@@" |