Hi everyone! I finally got around to fixing a bug that's been...bugging me ever since I found out about it. It's the infamous oversight of Square not including a chocobo-riding sprite for Banon, making the game pull data from Terra's Esper form sprites instead. To fix this, I drew up my own riding sprite for Banon, which came out pretty well if I do say so myself. The best part is, there's a lot of free space right before the sprite data, so I just shifted all the other sprites into that section to make room and adjusted all the pointers accordingly. This patch also fixes a related issue that causes Banon to look all scrambled when riding a chocobo on the world map.
Unfortunately, due to the size limit, I cannot post all of the patches at the same time, only one. So be sure to make a backup of your ROM before applying this patch! ;) Or, follow
this link to find the full set.

December 12, 2015
I decided to edit Banon's hair just a little bit.

February 4, 2016
As a response to some constructive feedback, I've made a few more changes to the sprite, including his cape, leg position and hair.

April 23, 2016
I've made some optimizations, and now this patch no longer uses any free space in bank EE.

July 25, 2017
Added "lite" patches; see below for details.

December 26, 2017
Fixed a neglected pointer.