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/ceruleancave1.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/ceruleancave1.asm')
| -rw-r--r-- | data/wildPokemon/ceruleancave1.asm | 18 |
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 |
