aboutsummaryrefslogtreecommitdiffstats
path: root/audio/engine_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'audio/engine_2.asm')
-rw-r--r--audio/engine_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine_2.asm b/audio/engine_2.asm
index 51a5d7c4..30845fc8 100644
--- a/audio/engine_2.asm
+++ b/audio/engine_2.asm
@@ -1074,7 +1074,7 @@ Audio2_IsCry:
; --- this section is only present in this copy of the sound engine
Audio2_IsBattleSFX:
-; Returns whether the currently playing audio is a cry in carry.
+; Returns whether the currently playing audio is a battle sfx in carry.
ld a, [wChannelSoundIDs + Ch8]
ld b, a
ld a, [wChannelSoundIDs + Ch5]