Hi, I'm near to finish MOE fixes and release "full" version of game.
The only "Big" fix to do is to abuse "8 sprite per line limit".
So when I place 5 items on the same height 5th item won't dissapear.(Every item is 16x16 pixels big)
I was reading this Doc by Bregaladl and I don't get it.
I can use 5th bit of $2002, but how I'm supposed to write code.
I mean...Ok, 5th bit of $2002 is set then I should..do what? These sprites are already drawn, so I can't disable them.I can disable (for example) sprites of item 2 for next frame.But again, how can I know which sprites are they in OAM?
The only "Big" fix to do is to abuse "8 sprite per line limit".
So when I place 5 items on the same height 5th item won't dissapear.(Every item is 16x16 pixels big)
I was reading this Doc by Bregaladl and I don't get it.
I can use 5th bit of $2002, but how I'm supposed to write code.
I mean...Ok, 5th bit of $2002 is set then I should..do what? These sprites are already drawn, so I can't disable them.I can disable (for example) sprites of item 2 for next frame.But again, how can I know which sprites are they in OAM?