mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
more fixing PR
This commit is contained in:
parent
553329a9e6
commit
78c65878ed
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "z_en_ani.h"
|
||||
|
||||
#define ROOM 0x00
|
||||
#define ROOM 0x00
|
||||
#define FLAGS 0x00000009
|
||||
|
||||
void EnAni_Init(EnAni* this, GlobalContext* globalCtx);
|
||||
|
@ -9,7 +9,8 @@ void EnAni_Update(EnAni* this, GlobalContext* globalCtx);
|
|||
void EnAni_Draw(EnAni* this, GlobalContext* globalCtx);
|
||||
|
||||
/*
|
||||
const ActorInit En_Ani_InitVars = {
|
||||
const ActorInit En_Ani_InitVars =
|
||||
{
|
||||
ACTOR_EN_ANI,
|
||||
ACTORTYPE_NPC,
|
||||
ROOM,
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
#include <ultra64.h>
|
||||
#include <global.h>
|
||||
|
||||
typedef struct {
|
||||
typedef struct
|
||||
{
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ char unk_14C[0x168];
|
||||
} EnAni; // size = 0x02B4
|
||||
|
|
Loading…
Reference in a new issue