Another seqId function

This commit is contained in:
engineer124
2021-11-16 03:16:22 +11:00
parent f0ddf5a017
commit 43d5adebf6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3874,7 +3874,7 @@ void func_8019FDC8(UNK_PTR arg0, u16 sfxId, UNK_TYPE arg2);
void func_801A0124(Vec3f* pos, u8 arg1);
// void func_801A0184(void);
// void func_801A01C4(void);
void func_801A0204(UNK_TYPE);
void func_801A0204(s8 seqId);
// void func_801A0238(void);
// void func_801A026C(void);
// void func_801A0318(void);
@@ -590,9 +590,9 @@ void func_80BD9840(EnPamera* this, GlobalContext* globalCtx) {
func_80BD9904(this);
}
if (gSaveContext.weekEventReg[14] & 4) {
func_801A0204(0x27);
func_801A0204(NA_BGM_MUSIC_BOX_HOUSE);
} else {
func_801A0204(0x1F);
func_801A0204(NA_BGM_HOUSE);
}
}