mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 12:36:30 +13:00

Currently, the movement is buggy and the battle repeats. It works without the movement, though... Alternatively, give Galarian Moltres trainer sight.
17 lines
307 B
NASM
17 lines
307 B
NASM
CelesteHillWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 55, FARFETCHD
|
|
db 55, PIDGEOT
|
|
db 56, FARFETCHD
|
|
db 56, FEAROW
|
|
db 57, FEAROW
|
|
db 57, MADAAMU
|
|
db 57, SIRFETCHD
|
|
db 57, DODRIO
|
|
db 56, GYARADOS
|
|
db 59, DRAGONITE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|