Skip to content

Commit

Permalink
Document hUGE_mute_channel CH3 caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Aug 22, 2021
1 parent b3b62e5 commit 1831a96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ __critical {

Check out `player.asm` for a full fledged example of how to use the driver in an RGBDS project, and `gbdk_example/gbdk_player_example.c` for usage with GBDK C likewise.

### `hUGE_mute_channel`

**Caution**:
As an optimization, hUGEDriver avoids loading the same wave present in wave RAM; when "muting" CH3 and loading your own wave, make sure to set `hUGE_current_wave` to `hUGE_NO_WAVE` (a dummy value) to force a refresh.

### Routines

TODO

## Files in this repo

| File | Explanation |
Expand Down

0 comments on commit 1831a96

Please sign in to comment.