9 more Pokemon!

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!
This commit is contained in:
Llinos Evans 2024-07-08 12:45:26 +01:00
parent 356b9183fb
commit f8bd02f62d
92 changed files with 570 additions and 15 deletions

View file

@ -90,15 +90,24 @@ VictreebelAnimationIdle: INCLUDE "gfx/pokemon/victreebel/anim_idle.asm"
BellignanAnimationIdle: INCLUDE "gfx/pokemon/victreebel/anim_idle.asm"
TentacoolAnimationIdle: INCLUDE "gfx/pokemon/tentacool/anim_idle.asm"
TentacruelAnimationIdle: INCLUDE "gfx/pokemon/tentacruel/anim_idle.asm"
ToedscoolAnimationIdle: INCLUDE "gfx/pokemon/toedscool/anim_idle.asm"
ToedscruelAnimationIdle: INCLUDE "gfx/pokemon/toedscruel/anim_idle.asm"
BlottleAnimationIdle: INCLUDE "gfx/pokemon/blottle/anim_idle.asm"
PendrakenAnimationIdle: INCLUDE "gfx/pokemon/pendraken/anim_idle.asm"
GeodudeAnimationIdle: INCLUDE "gfx/pokemon/geodude/anim_idle.asm"
GravelerAnimationIdle: INCLUDE "gfx/pokemon/graveler/anim_idle.asm"
GolemAnimationIdle: INCLUDE "gfx/pokemon/golem/anim_idle.asm"
KoltaAnimationIdle: INCLUDE "gfx/pokemon/kolta/anim_idle.asm"
PonytaAnimationIdle: INCLUDE "gfx/pokemon/ponyta/anim_idle.asm"
RapidashAnimationIdle: INCLUDE "gfx/pokemon/rapidash/anim_idle.asm"
BalumbaAnimationIdle: INCLUDE "gfx/pokemon/balumba/anim_idle.asm"
SlowpokeAnimationIdle: INCLUDE "gfx/pokemon/slowpoke/anim_idle.asm"
SlowbroAnimationIdle: INCLUDE "gfx/pokemon/slowbro/anim_idle.asm"
MagnemiteAnimationIdle: INCLUDE "gfx/pokemon/magnemite/anim_idle.asm"
MagnetiteAnimationIdle: INCLUDE "gfx/pokemon/magnetite/anim_idle.asm"
MagnetonAnimationIdle: INCLUDE "gfx/pokemon/magneton/anim_idle.asm"
MagnezoneAnimationIdle: INCLUDE "gfx/pokemon/magnezone/anim_idle.asm"
GavillainAnimationIdle: INCLUDE "gfx/pokemon/gavillain/anim_idle.asm"
CheepAnimationIdle: INCLUDE "gfx/pokemon/cheep/anim_idle.asm"
JabettaAnimationIdle: INCLUDE "gfx/pokemon/jabetta/anim_idle.asm"
RibbitoAnimationIdle: INCLUDE "gfx/pokemon/ribbito/anim_idle.asm"