The 0.3.1-beta release added fade_in() / fade_out() palette brightness transition helpers (#450). No sample currently uses them.
Samples to update
- fade — the namesake sample still uses a raw
pal_bright ramp loop; it should be the canonical demo of fade_in/fade_out.
- slideshow
- rletitle
- climber
- scoreboard
Acceptance criteria
- Manual
pal_bright ramps replaced with fade_in() / fade_out() where appropriate.
- Visual fade timing comparable to before.
.verified.bin updated if ROM bytes change.
- All tests pass.
The 0.3.1-beta release added
fade_in()/fade_out()palette brightness transition helpers (#450). No sample currently uses them.Samples to update
pal_brightramp loop; it should be the canonical demo offade_in/fade_out.Acceptance criteria
pal_brightramps replaced withfade_in()/fade_out()where appropriate..verified.binupdated if ROM bytes change.