aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-22 21:05:51 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-22 21:05:51 -0400
commit980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb (patch)
tree745646bc2baccb60da67d83e3428f4d62cd923c3 /text.asm
parentengine/printer.asm (diff)
parentBank11 and 14 misc functions. (diff)
downloadpokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.tar.gz
pokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.tar.xz
pokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.zip
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/text.asm b/text.asm
index 175dd974..47721ff4 100644
--- a/text.asm
+++ b/text.asm
@@ -818,12 +818,12 @@ _ViridianSchoolNotebookText4::
line "#MON LEAGUE!"
prompt
-_FightingDojoText_52a10::
+_EnemiesOnEverySideText::
text "Enemies on every"
line "side!"
done
-_FightingDojoText_52a1d::
+_WhatGoesAroundComesAroundText::
text "What goes around"
line "comes around!"
done
@@ -2501,6 +2501,7 @@ _ColosseumText1::
INCLUDE "text/maps/reds_house_1f.asm"
INCLUDE "text/maps/blues_house.asm"
INCLUDE "text/maps/oaks_lab.asm"
+INCLUDE "text/pokedex_ratings.asm"
INCLUDE "text/maps/viridian_mart.asm"
INCLUDE "text/maps/school.asm"
INCLUDE "text/maps/viridian_house.asm"