diff --git a/home.asm b/home.asm index 28fb81c9..b8fefeb9 100644 --- a/home.asm +++ b/home.asm @@ -333,10 +333,10 @@ GetCryData:: call BankswitchBack ; Cry headers have 3 channels, - ; and start from index $14, + ; and start from index CRY_SFX_START, ; so add 3 times the cry id. ld a, b - ld c, $14 + ld c, CRY_SFX_START rlca ; * 2 add b add c