From ea17d924e4b2bd276b01c476557c2361a5ee5f20 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Sun, 21 Nov 2021 01:01:37 +1100 Subject: Audio BGM Macros (#460) * Introduce bgms * Fill in bgm enums * Rename bgm to clearer names * Fix spacing * Fix "No_Music" define * remove comment * Improve bgm names, found another seqId function * Another seqId function * Another name change * Woods of Mystery -> Sarias Song * add saria's song bgm to pierre * Another bgm function found! * Add bgm's to `gSaveContext.seqIndex` --- src/code/audio/code_8019AF00.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/audio') diff --git a/src/code/audio/code_8019AF00.c b/src/code/audio/code_8019AF00.c index 227384d0a..9354af188 100644 --- a/src/code/audio/code_8019AF00.c +++ b/src/code/audio/code_8019AF00.c @@ -296,7 +296,7 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_801A2D54.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_801A2DE0.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/Audio_IsSequencePlaying.s") #pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_801A2E54.s") -- cgit v1.2.3