mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
15 lines
250 B
NASM
Executable file
15 lines
250 B
NASM
Executable file
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
|