mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-28 15:56:51 +00:00
Made suggested changes
This commit is contained in:
parent
36b9f914dc
commit
9f35711e8f
1 changed files with 4 additions and 4 deletions
|
@ -39,17 +39,17 @@ static const ActorFunc drawFuncs[] = {
|
||||||
(ActorFunc)func_80B1809C,
|
(ActorFunc)func_80B1809C,
|
||||||
};
|
};
|
||||||
|
|
||||||
static u32 dListTbl[] = {
|
static Gfx* dListTbl[] = {
|
||||||
0x06000B80,
|
0x06000B80,
|
||||||
0x060027E8,
|
0x060027E8,
|
||||||
0x060027E8,
|
0x060027E8,
|
||||||
};
|
};
|
||||||
|
|
||||||
static u32 dListTbl2[] = {
|
static Gfx* dListTbl2[] = {
|
||||||
0x00000000,
|
NULL,
|
||||||
0x06000E08,
|
0x06000E08,
|
||||||
0x06001608,
|
0x06001608,
|
||||||
0x00000000,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {
|
static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {
|
||||||
|
|
Loading…
Reference in a new issue