Applied more Attr defines
This commit is contained in:
parent
c9f46f9418
commit
f1c171b33f
51 changed files with 336 additions and 344 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#include "game/hsfman.h"
|
||||
#include "game/hsfmotion.h"
|
||||
|
||||
|
||||
#include "game/audio.h"
|
||||
#include "game/gamework_data.h"
|
||||
#include "game/minigame_seq.h"
|
||||
|
|
@ -12,11 +11,9 @@
|
|||
#include "game/sprite.h"
|
||||
#include "game/wipe.h"
|
||||
|
||||
|
||||
#include "REL/m431Dll.h"
|
||||
#include "ext_math.h"
|
||||
|
||||
|
||||
typedef struct bss_struct_62C {
|
||||
u8 unk0;
|
||||
float unk4;
|
||||
|
|
@ -1215,7 +1212,7 @@ void fn_1_B18C(omObjData *object)
|
|||
}
|
||||
}
|
||||
else {
|
||||
Hu3DModelAttrReset(object->model[0], 0x40000007);
|
||||
Hu3DModelAttrReset(object->model[0], HU3D_MOTATTR_LOOP | HU3D_MOTATTR_PAUSE | HU3D_MOTATTR_REV);
|
||||
switch (temp_r31->unk0 & 0xC) {
|
||||
case 0:
|
||||
temp_r28 = HU3D_MOTATTR_PAUSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue