summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-12-20 14:11:21 -0600
committerdannye <33dannye@gmail.com>2020-12-20 14:11:21 -0600
commit9fab715759ddf919b0c4bb9a01095c4c225fcac0 (patch)
treed07d8bd6294c854061c521c4328f8f5ab62e830d /src/constants
parentf7346b9491715307b31ff3d8003e16a976e60961 (diff)
Fix typos
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/animation_constants.asm2
-rw-r--r--src/constants/hardware_constants.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm
index bdf93f8..645cb5e 100644
--- a/src/constants/animation_constants.asm
+++ b/src/constants/animation_constants.asm
@@ -2,7 +2,7 @@
ANIM_SPELL_MOVE EQU $01
ANIM_GET_HIT EQU $07
ANIM_THUNDER_SHOCK EQU $0a
-ANIM_FURY_SWEEPES EQU $24
+ANIM_FURY_SWIPES EQU $24
; Special animations
ANIM_SHOW_DAMAGE EQU $09
diff --git a/src/constants/hardware_constants.asm b/src/constants/hardware_constants.asm
index 3b36a9d..6879ffd 100644
--- a/src/constants/hardware_constants.asm
+++ b/src/constants/hardware_constants.asm
@@ -101,7 +101,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)