diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:30 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:30 -0400 |
| commit | 092be231ccec12904d189092270b792c7f1fd68e (patch) | |
| tree | e478588912070f759c95b8c276c03dc7a296c9d2 /data/wildPokemon/ceruleancave2.asm | |
| parent | Replace some hard-coded values with constants (diff) | |
| parent | Merge pull request #201 from SatoMew/master (diff) | |
| download | pokeyellow-092be231ccec12904d189092270b792c7f1fd68e.tar.gz pokeyellow-092be231ccec12904d189092270b792c7f1fd68e.tar.xz pokeyellow-092be231ccec12904d189092270b792c7f1fd68e.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/wildPokemon/ceruleancave2.asm')
| -rw-r--r-- | data/wildPokemon/ceruleancave2.asm | 13 |
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 |
