diff --git a/soh/soh/resource/type/AudioSample.h b/soh/soh/resource/type/AudioSample.h index 2da54173f28..547851479b6 100644 --- a/soh/soh/resource/type/AudioSample.h +++ b/soh/soh/resource/type/AudioSample.h @@ -32,8 +32,8 @@ namespace LUS { enum class AudioFormat { WAV = 0, - MP3 = 2, - FLAC = 3 + MP3 = 1, + FLAC = 2 }; typedef struct {