Decomp ItemManager::PlayItemFanfareSfx

This commit is contained in:
Aetias
2024-04-30 19:10:44 +02:00
parent b046f33b3c
commit 5fed1c8b09
23 changed files with 102 additions and 138 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include "global.h"
#include "types.h"
typedef u32 SfxId;
enum SfxId_ {
SfxId_FanfareDefault = 0x28,
SfxId_FanfareRupee = 0x29,
SfxId_FanfareGoldRupee = 0x2a,
SfxId_FanfareRupoor = 0x2b,
SfxId_FanfareNothing = 0x2c,
SfxId_FanfareHeartContainer = 0x2d,
SfxId_FanfareGem = 0x2e,
};