kep-hack/data/wild/maps/GarnetCavernB2F.asm
Llinos Evans 4d40fe09f0 Groundwork for Garnet Cavern
Currently just uses the RG Unknown Dungeon map, which should be changed accordingly. The warps and stuff outside of basic entry aren't implemented.

Has a halved encounter rate compared to other maps, which matches the idea that caverns don't sustain much wildlife.

Mt Moon theme may not be used in the final product.
2023-04-30 17:06:44 +01:00

27 lines
461 B
NASM

GarnetCavernB2FWildMons:
def_grass_wildmons 5 ; encounter rate
db 46, GOLBAT
db 46, HYPNO
db 46, MAGNETON
db 49, DODRIO
db 49, VENOMOTH
db 52, ARBOK
db 49, KADABRA
db 52, PARASECT
db 53, RAICHU
db 53, CLEFAIRY
end_grass_wildmons
def_water_wildmons 5 ; encounter rate
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
db 60, SKIMPER
end_water_wildmons