aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/ceruleancave1.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-07-07 00:44:30 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-07-07 00:44:30 -0400
commit092be231ccec12904d189092270b792c7f1fd68e (patch)
treee478588912070f759c95b8c276c03dc7a296c9d2 /data/wildPokemon/ceruleancave1.asm
parentReplace some hard-coded values with constants (diff)
parentMerge pull request #201 from SatoMew/master (diff)
downloadpokeyellow-092be231ccec12904d189092270b792c7f1fd68e.tar.gz
pokeyellow-092be231ccec12904d189092270b792c7f1fd68e.tar.xz
pokeyellow-092be231ccec12904d189092270b792c7f1fd68e.zip
Merge branch 'master' of https://github.com/pret/pokered
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