mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-20 18:35:57 +12:00
Replace the few instances of Unknown Dungeon with Cerulean Cave
This commit is contained in:
parent
725b86ebbe
commit
df2a68d6de
8 changed files with 10 additions and 10 deletions
18
data/wildPokemon/ceruleancaveb1.asm
Normal file
18
data/wildPokemon/ceruleancaveb1.asm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
DungeonMonsB1:
|
||||
db $19
|
||||
db 55,RHYDON
|
||||
db 55,MAROWAK
|
||||
db 55,ELECTRODE
|
||||
db 64,CHANSEY
|
||||
db 64,PARASECT
|
||||
db 64,RAICHU
|
||||
IF DEF(_RED)
|
||||
db 57,ARBOK
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 57,SANDSLASH
|
||||
ENDC
|
||||
db 65,DITTO
|
||||
db 63,DITTO
|
||||
db 67,DITTO
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue