diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 00:43:16 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 00:43:16 +1200 |
commit | a5e8fc7dfcb2ec286ba28f89a2116f2f4a36d80a (patch) | |
tree | 680bdaed164fc3eba910e7aba571d26eae3bfec3 /constants/hardware_constants.asm | |
parent | 82267acc6938eda87c89e720c7dbce364b252223 (diff) | |
parent | a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (diff) |
Update to latest pokered
Diffstat (limited to 'constants/hardware_constants.asm')
-rw-r--r-- | constants/hardware_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index 21a3ad93..d6af3584 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -68,7 +68,7 @@ rNR34 EQU $ff1e ; Channel 3 Frequency's higher data (R/W) rNR41 EQU $ff20 ; Channel 4 Sound Length (R/W) rNR42 EQU $ff21 ; Channel 4 Volume Envelope (R/W) rNR43 EQU $ff22 ; Channel 4 Polynomial Counter (R/W) -rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Inital (R/W) +rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Initial (R/W) rNR50 EQU $ff24 ; Channel control / ON-OFF / Volume (R/W) rNR51 EQU $ff25 ; Selection of Sound output terminal (R/W) rNR52 EQU $ff26 ; Sound on/off |