From 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd Mon Sep 17 00:00:00 2001 From: "Víctor M. González" Date: Sun, 30 Jul 2017 18:46:53 -0300 Subject: Replaced all instances of $52, $53, and $5A with "", "", and "" respectively. --- text/maps/lance.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text/maps/lance.asm') diff --git a/text/maps/lance.asm b/text/maps/lance.asm index 0313b158..ed3dcada 100644 --- a/text/maps/lance.asm +++ b/text/maps/lance.asm @@ -24,7 +24,7 @@ _LanceBeforeBattleText:: para "Your LEAGUE" line "challenge ends" - cont "with me, ", $52, "!" + cont "with me, !" done _LanceEndBattleText:: @@ -39,7 +39,7 @@ _LanceAfterBattleText:: text "I still can't" line "believe my" cont "dragons lost to" - cont "you, ", $52, "!" + cont "you, !" para "You are now the" line "#MON LEAGUE" @@ -54,7 +54,7 @@ _LanceAfterBattleText:: line "another trainer!" cont "His name is..." - para $53, "!" + para "!" line "He beat the ELITE" cont "FOUR before you!" -- cgit v1.3.1-sl0p