aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/ceruleancave2.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/wildPokemon/ceruleancave2.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/wildPokemon/ceruleancave2.asm')
-rw-r--r--data/wildPokemon/ceruleancave2.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/wildPokemon/ceruleancave2.asm b/data/wildPokemon/ceruleancave2.asm
new file mode 100644
index 00000000..5afe55ac
--- /dev/null
+++ b/data/wildPokemon/ceruleancave2.asm
@@ -0,0 +1,13 @@
+DungeonMons2:
+ db $0F
+ db 51,DODRIO
+ db 51,VENOMOTH
+ db 51,KADABRA
+ db 52,RHYDON
+ db 52,MAROWAK
+ db 52,ELECTRODE
+ db 56,CHANSEY
+ db 54,WIGGLYTUFF
+ db 55,DITTO
+ db 60,DITTO
+ db $00