mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13:00
15 lines
234 B
NASM
15 lines
234 B
NASM
DungeonMons2:
|
|
db 15 ; grass encounter rate
|
|
db 51, DODRIO
|
|
db 51, VENOMOTH
|
|
db 51, KADABRA
|
|
db 52, RHYDON
|
|
db 52, MAROWAK
|
|
db 52, ELECTRODE
|
|
db 56, CHANSEY
|
|
db 54, WIGGLYTUFF
|
|
db 55, DITTO
|
|
db 60, DITTO
|
|
|
|
db 0 ; water encounter rate
|