forked from Rangi42/polishedcrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove useless rNR52 writes Lower 4 bits are read-only, and its attempting to duplicate what wSoundOutput already does * Misc changes bc isn't in use during InitSound Moved a comment SOUND_CHANNEL_ON doesnt need to be reset before ChannelInit * Don't count rest notes as noise hits * Fixes Rangi42#837 ...i think * Don't call ReloadWaveform from the music player Does not actually work. Writes are ignored since the dac is on * Change waveform loading for audio channel 3 Only reloads as needed now to avoid turning off the dac Also doesn't bother writing rNR31 as its value is ignored anyway * Combine DutyCycle and SFXDutyCycle Has the neat side effect of making duty cycle patterns visible in the music player * duty_cycle changes in hgss/ceruleancity Removes some redundant commands and restores dummied out duty_cycle_pattern calls * Apply mono/stereo option once when writing rNR51 Removes a few places mono/stereo take different code paths, and allows changing between them without restarting the music
- Loading branch information
1 parent
d47eebf
commit cbfa14c
Showing
13 changed files
with
101 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.