mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
remove trailing spaces
This commit is contained in:
parent
91ccf9e343
commit
eaff64e223
@ -1188,7 +1188,7 @@ void CgbSound(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 4. apply envelope & volume to HW registers */
|
/* 4. apply envelope & volume to HW registers */
|
||||||
if (channels->modify & CGB_CHANNEL_MO_VOL )
|
if (channels->modify & CGB_CHANNEL_MO_VOL)
|
||||||
{
|
{
|
||||||
REG_NR51 = (REG_NR51 & ~channels->panMask) | channels->pan;
|
REG_NR51 = (REG_NR51 & ~channels->panMask) | channels->pan;
|
||||||
if (ch == 3)
|
if (ch == 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user