summaryrefslogtreecommitdiff
path: root/data/text
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2020-12-27 14:16:44 +0100
committerklektron <klektron@users.noreply.github.com>2020-12-27 14:16:44 +0100
commit15b76961743e851d82b70674e282b51d297a77fd (patch)
tree0d4539077783040422384048846af2eb299ab7a3 /data/text
parent948538e01884f92694f5da5e4f0b80c6f347192a (diff)
removed extra lines not used in spanish (naming screen) and fixed text when earning money
Diffstat (limited to 'data/text')
-rw-r--r--data/text/text_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_2.asm b/data/text/text_2.asm
index ea29fd3a..3ff26d58 100644
--- a/data/text/text_2.asm
+++ b/data/text/text_2.asm
@@ -945,7 +945,7 @@ _MoneyForWinningText::
text "¡<PLAYER> ganó"
line "@"
text_bcd wAmountMoneyWon, 3 | LEADING_ZEROES | LEFT_ALIGN
- line "¥!"
+ text "¥!"
prompt
_TrainerDefeatedText::