Applied more Attr defines

This commit is contained in:
dbalatoni13 2024-11-04 00:05:52 +01:00
parent c9f46f9418
commit f1c171b33f
51 changed files with 336 additions and 344 deletions

View file

@ -18,7 +18,6 @@
#include "game/objsub.h"
#include "game/pad.h"
#include "math.h"
#include "stdlib.h"
@ -2694,7 +2693,7 @@ void BoardPlayerResizeAnimExec(s32 player, s32 size)
HuPrcVSleep();
}
}
Hu3DModelAttrReset(modelid, 0x40000002);
Hu3DModelAttrReset(modelid, HU3D_MOTATTR_PAUSE);
BoardPlayerSizeSet(player, size);
}