aboutsummaryrefslogtreecommitdiffstats
path: root/text
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--text.asm3
-rw-r--r--text/maps/fuchsia_gym_1.asm27
2 files changed, 2 insertions, 28 deletions
diff --git a/text.asm b/text.asm
index ce6f9be3..d00f124d 100644
--- a/text.asm
+++ b/text.asm
@@ -1,3 +1,4 @@
+INCLUDE "charmap.asm"
INCLUDE "constants/text_constants.asm"
TEXT_1 EQU $26
TEXT_2 EQU $27
@@ -1482,7 +1483,7 @@ _WithExpAllText::
_BoostedText::
text "a boosted"
cont "@@"
-
+
_ExpPointsText::
TX_NUM wExpAmountGained, 2, 4
text " EXP. Points!"
diff --git a/text/maps/fuchsia_gym_1.asm b/text/maps/fuchsia_gym_1.asm
deleted file mode 100644
index a877c0a1..00000000
--- a/text/maps/fuchsia_gym_1.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-_KogaBeforeBattleText:: ; 9e9b1 (27:69b1)
- text "KOGA: Fwahahaha!"
-
- para "A mere child like"
- line "you dares to"
- cont "challenge me?"
-
- para "Very well, I"
- line "shall show you"
- cont "true terror as a"
- cont "ninja master!"
-
- para "You shall feel"
- line "the despair of"
- cont "poison and sleep"
- cont "techniques!"
- done
-
-_KogaAfterBattleText:: ; 9ea66 (27:6a66)
- text "Humph!"
- line "You have proven"
- cont "your worth!"
-
- para "Here! Take the"
- line "SOULBADGE!"
- prompt
-