Hello Kevin! I tried out version 0.8.0 and the new local settings feature is much better than the old table system. Unfortunately, I found a strange issue related to the sprite status bar:
- In this particular level, when the player is on Yoshi and Yoshi egg particles and coin sparkles appear together, this happens:
This did not happen in the old versions of the retry UberASM. This is the code used for the level:
Codeinit:
JSL retry_api_configure_sprite_status_bar
dw $B0C2 ; Item box: palette B, tile 0xC2
dw $80C0 ; Timer: palette 8, tile 0xC0
dw $80A6 ; Coin counter: palette 8, tile 0xA6
dw $0000 ; Lives counter: hidden
dw $0000 ; Bonus stars counter: hidden
RTL
Quick edit: Forgot to mention, I'm using SA-1 Pack 1.40 & the ENMSTL patch, if that helps. Still, this never happened in old retry versions, so maybe it's due to the new SSB changes?
My Mode 0 guide.
My Discord server. It has a lot of archived ASM stuff, so check that out!