"Battle direction" is something I'd like to implement. Add a bunch of methods to check if you're
- facing towards
- facing away
- facing from side
Then you could have apply damage bonus based on direction. Won't be able to use the sideview sprites cause they're designed for left/right only though, might have to switch to map character sprites for that just to test.