Skip to content

Commit

Permalink
Fix return type of checkWaveOnAram
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAzack9 committed Dec 14, 2024
1 parent 5ae971b commit b5dfe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SMS/MSound/MSound.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ public:

bool cameraLooksAtMario();
u32 checkMarioVoicePlaying(u8);
void checkWaveOnAram(MS_SCENE_WAVE);
bool checkWaveOnAram(MS_SCENE_WAVE);
void demoModeIn(u16, bool);
void demoModeOut(bool);
void enterStage(MS_SCENE_WAVE, u8, u8);
Expand Down

0 comments on commit b5dfe1a

Please sign in to comment.