mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-25 12:46:17 +12:00
Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
This commit is contained in:
parent
c85050497c
commit
b29e5ee203
564 changed files with 3511 additions and 3505 deletions
27
data/mapWilds/SeafoamIslandsB1F.asm
Executable file
27
data/mapWilds/SeafoamIslandsB1F.asm
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
IslandMonsB1:
|
||||
db $0A
|
||||
IF DEF(_RED)
|
||||
db 30,STARYU
|
||||
db 30,HORSEA
|
||||
db 32,SHELLDER
|
||||
db 32,HORSEA
|
||||
db 28,SLOWPOKE
|
||||
db 30,SEEL
|
||||
db 30,SLOWPOKE
|
||||
db 28,SEEL
|
||||
db 38,DEWGONG
|
||||
db 37,SEADRA
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 30,SHELLDER
|
||||
db 30,KRABBY
|
||||
db 32,STARYU
|
||||
db 32,KRABBY
|
||||
db 28,PSYDUCK
|
||||
db 30,SEEL
|
||||
db 30,PSYDUCK
|
||||
db 28,SEEL
|
||||
db 38,DEWGONG
|
||||
db 37,KINGLER
|
||||
ENDC
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue