diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-08 18:47:31 +0100 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-08 18:47:31 +0100 |
| commit | df2a68d6de7a57aeae782efc7755abbcfb8005d6 (patch) | |
| tree | bf0058d6fe559328d01c12dff76af9b21a759244 /data/wildPokemon/ceruleancaveb1.asm | |
| parent | Merge pull request #196 from Rangi42/polishedmaps (diff) | |
| download | pokeyellow-df2a68d6de7a57aeae782efc7755abbcfb8005d6.tar.gz pokeyellow-df2a68d6de7a57aeae782efc7755abbcfb8005d6.tar.xz pokeyellow-df2a68d6de7a57aeae782efc7755abbcfb8005d6.zip | |
Replace the few instances of Unknown Dungeon with Cerulean Cave
Diffstat (limited to 'data/wildPokemon/ceruleancaveb1.asm')
| -rw-r--r-- | data/wildPokemon/ceruleancaveb1.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/wildPokemon/ceruleancaveb1.asm b/data/wildPokemon/ceruleancaveb1.asm new file mode 100644 index 00000000..245d5912 --- /dev/null +++ b/data/wildPokemon/ceruleancaveb1.asm @@ -0,0 +1,18 @@ +DungeonMonsB1: + db $19 + db 55,RHYDON + db 55,MAROWAK + db 55,ELECTRODE + db 64,CHANSEY + db 64,PARASECT + db 64,RAICHU + IF DEF(_RED) + db 57,ARBOK + ENDC + IF DEF(_BLUE) + db 57,SANDSLASH + ENDC + db 65,DITTO + db 63,DITTO + db 67,DITTO + db $00 |
