You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
55228f2c39
* Fixed walking flipping for NPCs Unflip was always being called on animateCharacterSetDirection, even though it should only be for horizontal directions. Also cleaned up the cycle/walking speed calculators a bit. They don't yet use prototypes, but that can come later if needed. Fixes #218 * Correctly registered the Tail Whip attack Fixes #215