mirror of https://github.com/pmret/papermario.git
added missing fix to enum.h
This commit is contained in:
parent
ba1bda8cab
commit
00d84734b1
|
@ -1310,7 +1310,7 @@ enum SoundIDs {
|
||||||
SOUND_LULLABY = 0x000003F4,
|
SOUND_LULLABY = 0x000003F4,
|
||||||
SOUND_BUBBLES_RISING = 0x000003F5, // unused
|
SOUND_BUBBLES_RISING = 0x000003F5, // unused
|
||||||
SOUND_DRIP = 0x000003F6,
|
SOUND_DRIP = 0x000003F6,
|
||||||
SOUND_STONE_CHOMP_STEP, = 0x000003F9,
|
SOUND_STONE_CHOMP_STEP = 0x000003F9,
|
||||||
SOUND_THROW = 0x000003FA,
|
SOUND_THROW = 0x000003FA,
|
||||||
SOUND_PLAYER_COLLAPSE = 0x000003FB,
|
SOUND_PLAYER_COLLAPSE = 0x000003FB,
|
||||||
SOUND_LUCKY = 0x000003FC,
|
SOUND_LUCKY = 0x000003FC,
|
||||||
|
|
Loading…
Reference in New Issue