aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/ceruleancave1.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/ceruleancave1.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/ceruleancave1.asm')
-rw-r--r--data/wildPokemon/ceruleancave1.asm18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/wildPokemon/ceruleancave1.asm b/data/wildPokemon/ceruleancave1.asm
new file mode 100644
index 00000000..20e8643a
--- /dev/null
+++ b/data/wildPokemon/ceruleancave1.asm
@@ -0,0 +1,18 @@
+DungeonMons1:
+ db $0A
+ db 46,GOLBAT
+ db 46,HYPNO
+ db 46,MAGNETON
+ db 49,DODRIO
+ db 49,VENOMOTH
+ IF DEF(_RED)
+ db 52,ARBOK
+ ENDC
+ IF DEF(_BLUE)
+ db 52,SANDSLASH
+ ENDC
+ db 49,KADABRA
+ db 52,PARASECT
+ db 53,RAICHU
+ db 53,DITTO
+ db $00