mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00
15 lines
250 B
NASM
15 lines
250 B
NASM
WaterMons:
|
|
db 0 ; grass encounter rate
|
|
|
|
db 5 ; water encounter rate
|
|
db 5, TENTACOOL
|
|
db 10, TENTACOOL
|
|
db 15, TENTACOOL
|
|
db 5, TENTACOOL
|
|
db 10, TENTACOOL
|
|
db 15, TENTACOOL
|
|
db 20, TENTACOOL
|
|
db 30, TENTACOOL
|
|
db 35, TENTACOOL
|
|
db 40, TENTACOOL
|