mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 04:26:33 +13:00

Toedscool, Toedscruel, Blottle, Pendraken, Kolta, Balumba, Magnetite, Magnezone, and Gavillain. Balumba has a small chance to hold a Fairy Feather, which makes it vaguely obtainable. Kolta is now found in the day in the Burned Tower, whereas Houndour is seen at night. Technically balances it, right? Gavillain is a rare Dark Cave encounter on the Blackthorn side, dragons and all that. Balumba is a rare encounter in the National Park!
38 lines
480 B
NASM
38 lines
480 B
NASM
FleeMons:
|
|
; referenced by TryEnemyFlee and FastBallMultiplier
|
|
|
|
SometimesFleeMons:
|
|
dw MAGNEMITE
|
|
dw GRIMER
|
|
dw TANGELA
|
|
dw MR__MIME
|
|
dw EEVEE
|
|
dw PORYGON
|
|
dw DRATINI
|
|
dw DRAGONAIR
|
|
dw TOGETIC
|
|
dw UMBREON
|
|
dw UNOWN
|
|
dw SNUBBULL
|
|
dw HERACROSS
|
|
dw BALUMBA
|
|
dw -1
|
|
|
|
OftenFleeMons:
|
|
dw CUBONE
|
|
dw ARTICUNO ; review
|
|
dw ZAPDOS ; review
|
|
dw MOLTRES ; review
|
|
dw QUAGSIRE
|
|
dw DELIBIRD
|
|
dw PHANPY
|
|
dw TEDDIURSA
|
|
dw KIWOOKED
|
|
dw TOEDSCOOL
|
|
dw -1
|
|
|
|
AlwaysFleeMons:
|
|
dw RAIKOU
|
|
dw ENTEI
|
|
dw -1
|