mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-20 10:25:57 +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
25
data/mapWilds/ViridianForest.asm
Executable file
25
data/mapWilds/ViridianForest.asm
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
ForestMons:
|
||||
db $08
|
||||
IF DEF(_RED)
|
||||
db 4,WEEDLE
|
||||
db 5,KAKUNA
|
||||
db 3,WEEDLE
|
||||
db 5,WEEDLE
|
||||
db 4,KAKUNA
|
||||
db 6,KAKUNA
|
||||
db 4,METAPOD
|
||||
db 3,CATERPIE
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 4,CATERPIE
|
||||
db 5,METAPOD
|
||||
db 3,CATERPIE
|
||||
db 5,CATERPIE
|
||||
db 4,METAPOD
|
||||
db 6,METAPOD
|
||||
db 4,KAKUNA
|
||||
db 3,WEEDLE
|
||||
ENDC
|
||||
db 3,PIKACHU
|
||||
db 5,PIKACHU
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue