Terrados & Bug Fix

Fixes Molambino and Luanbo not evolving properly (oops) and adds Magiprey/Terrados. Since there's no place to put Magiprey in Johto or Kanto, this'll likely be a Nihon exclusive. Got some stuff in mind!
This commit is contained in:
Llinos Evans 2024-07-07 09:27:46 +01:00
parent b451ca81ce
commit 62bdbe2a1b
44 changed files with 151 additions and 3 deletions

View file

@ -163,6 +163,8 @@ TriculesAnimationIdle: INCLUDE "gfx/pokemon/tricules/anim_idle.asm"
TaurosAnimationIdle: INCLUDE "gfx/pokemon/tauros/anim_idle.asm"
MagikarpAnimationIdle: INCLUDE "gfx/pokemon/magikarp/anim_idle.asm"
GyaradosAnimationIdle: INCLUDE "gfx/pokemon/gyarados/anim_idle.asm"
MagipreyAnimationIdle: INCLUDE "gfx/pokemon/magiprey/anim_idle.asm"
TerradosAnimationIdle: INCLUDE "gfx/pokemon/terrados/anim_idle.asm"
LaprasAnimationIdle: INCLUDE "gfx/pokemon/lapras/anim_idle.asm"
DittoAnimationIdle: INCLUDE "gfx/pokemon/ditto/anim_idle.asm"
EeveeAnimationIdle: INCLUDE "gfx/pokemon/eevee/anim_idle.asm"