Fixes, clearing TODOs

This commit is contained in:
dbalatoni13 2025-04-12 22:43:29 +02:00
parent 176f6f9638
commit ada77fe830
8 changed files with 13 additions and 14 deletions

View file

@ -27,7 +27,9 @@ typedef struct datalist_sprite {
GXColor color;
} DataListSprite;
// void fn_1_1EC0(s16 view);
#ifndef __MWERKS__
void fn_1_1EC0(s16 view);
#endif
s32 fn_1_2490(void);
s32 fn_1_37DC(void);

View file

@ -197,7 +197,6 @@ static inline void GWRumbleSet(s32 value)
{
GWGameStat.rumble = value;
if (value == 0) {
// TODO PC: get rumble working
HuPadRumbleAllStop();
}
}