mirror of
https://github.com/zeldaret/oot
synced 2026-07-13 07:37:04 -04:00
Get rid of lowercase hex (outside libultra)
This commit is contained in:
@@ -86,7 +86,7 @@ f32 Audio_GetPortamentoFreqScale(Portamento* p) {
|
||||
f32 result;
|
||||
|
||||
p->cur += p->speed;
|
||||
loResCur = (p->cur >> 8) & 0xff;
|
||||
loResCur = (p->cur >> 8) & 0xFF;
|
||||
|
||||
if (loResCur >= 127) {
|
||||
loResCur = 127;
|
||||
|
||||
Reference in New Issue
Block a user