mirror of
https://github.com/zeldaret/oot
synced 2026-06-12 05:27:40 -04:00
Misc Cleanup 2 (#1007)
* Cleanup `UNK_TYPE`, `UNK_PTR` usage * Add some missing empty lines after declarations * Remove some legacy comments from non-matching times * Fix some grammar (mostly "it's"/"its") * Use proper names for two symbols after ZAPD bugfix * Cleanup `place_title_cards.xml` * Use `NULL` to check against `D_8012D260` pointer * Parentheses around some macro arguments * wip proofread headers up to z64animation.h
This commit is contained in:
@@ -1100,6 +1100,7 @@ void Audio_OcaPlayback(void) {
|
||||
|
||||
if (sDisplayedNoteValue != sPlaybackSong[sPlaybackNotePos].noteIdx) {
|
||||
u8 tmp = sPlaybackSong[sPlaybackNotePos].noteIdx;
|
||||
|
||||
if (tmp == 0xA) {
|
||||
sDisplayedNoteValue = tmp + sPlaybackSong[sPlaybackNotePos].semitone;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user