aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild_mons.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2019-05-20 23:27:35 -0500
committerGitHub <noreply@github.com>2019-05-20 23:27:35 -0500
commit8addeffe6fb5012113e695b17680734933076e8e (patch)
treeab1633140611bc29b471a984f4e8869a1258c26d /data/wild_mons.asm
parentA few missed SFX constant IDs (diff)
parentReplace the few instances of Unknown Dungeon with Cerulean Cave (diff)
downloadpokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.gz
pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.xz
pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.zip
Merge pull request #201 from SatoMew/master
Make Cerulean Cave labels consistent throughout the project
Diffstat (limited to 'data/wild_mons.asm')
-rwxr-xr-xdata/wild_mons.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/wild_mons.asm b/data/wild_mons.asm
index a2c9d6b2..e089a582 100755
--- a/data/wild_mons.asm
+++ b/data/wild_mons.asm
@@ -310,9 +310,9 @@ INCLUDE "data/wildPokemon/mansion2.asm"
INCLUDE "data/wildPokemon/mansion3.asm"
INCLUDE "data/wildPokemon/mansionb1.asm"
INCLUDE "data/wildPokemon/route21.asm"
-INCLUDE "data/wildPokemon/unknowndungeon1.asm"
-INCLUDE "data/wildPokemon/unknowndungeon2.asm"
-INCLUDE "data/wildPokemon/unknowndungeonb1.asm"
+INCLUDE "data/wildPokemon/ceruleancave1.asm"
+INCLUDE "data/wildPokemon/ceruleancave2.asm"
+INCLUDE "data/wildPokemon/ceruleancaveb1.asm"
INCLUDE "data/wildPokemon/powerplant.asm"
INCLUDE "data/wildPokemon/route23.asm"
INCLUDE "data/wildPokemon/victoryroad2.asm"