diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:57:35 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:57:35 -0400 |
| commit | ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e (patch) | |
| tree | f74ebc68abb065e651af6c2ecbd701a1a9e25b02 /data/wild/maps/SeafoamIslands1F.asm | |
| parent | Simplify map connections (diff) | |
| download | pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.gz pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.xz pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.zip | |
Make suggested edits:
- data/mapWilds -> data/wild/maps
- diglett_sculpture.asm -> book_or_sculpture.asm
- relocate some audio/music constants
Diffstat (limited to 'data/wild/maps/SeafoamIslands1F.asm')
| -rwxr-xr-x | data/wild/maps/SeafoamIslands1F.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/wild/maps/SeafoamIslands1F.asm b/data/wild/maps/SeafoamIslands1F.asm new file mode 100755 index 00000000..3c431f9a --- /dev/null +++ b/data/wild/maps/SeafoamIslands1F.asm @@ -0,0 +1,27 @@ +IslandMons1: + db $0F + IF DEF(_RED) + db 30,SEEL + db 30,SLOWPOKE + db 30,SHELLDER + db 30,HORSEA + db 28,HORSEA + db 21,ZUBAT + db 29,GOLBAT + db 28,PSYDUCK + db 28,SHELLDER + db 38,GOLDUCK + ENDC + IF DEF(_BLUE) + db 30,SEEL + db 30,PSYDUCK + db 30,STARYU + db 30,KRABBY + db 28,KRABBY + db 21,ZUBAT + db 29,GOLBAT + db 28,SLOWPOKE + db 28,STARYU + db 38,SLOWBRO + ENDC + db $00 |
