[4.5.6] ByteOff 2020 Brawler Adv Tutorial Bug

AllDarnDavey

Active member
The byteoff 2020 brawler advanced tutorial has you follow along and add sprite sorting in order to adjust sprite drawing order based on their Y position.

There is a tiny issue, it has you to create two variables in Zero Page RAM: drawOrder, and drawOrederTemp. While the sprite ordering does need these variables, the most up to date brawler module already has them added, so if you add them again, you will get errors. So just make sure you only have one set of these in Zero Page RAM when following along.

You will still have to manually add them to any other modules you want to set up Sprite Sorting on however. It just seems in the time between making the advanced brawler tutorial and posting the newest brawler module, these variables were added by default.
 
Top Bottom