SheerSt / pokewilds

PokeWilds - A Gen 2 Game/Engine using libGDX
2.68k stars 202 forks source link

[Bug]: Flame Wheel cannot be learned #433

Open LoggiBento opened 1 year ago

LoggiBento commented 1 year ago

Game Version

v0.8.9

Platform

Windows 10 64-bit

What happened?

Typlhosion/Quilava cannot learn Flame Wheel. I added a mod file for Typhlosion (evos_attacks.asm) to try force it to learn the move on it's next level, but it just leveled up and nothing happened. I tried replacing flamewheel in the file with swift just to make sure I didn't mess it up, and swift worked. So something is wrong with flamewheel itself.

What should've happened? (Optional)

Quilava should learn Flame Wheel at 31. Typhlosion should have learned Flame Wheel once the mod file was implemented.