1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00

Made suggested changes

This commit is contained in:
shawlucas 2020-04-01 14:57:57 -07:00
parent 36b9f914dc
commit 9f35711e8f

View file

@ -39,17 +39,17 @@ static const ActorFunc drawFuncs[] = {
(ActorFunc)func_80B1809C,
};
static u32 dListTbl[] = {
static Gfx* dListTbl[] = {
0x06000B80,
0x060027E8,
0x060027E8,
};
static u32 dListTbl2[] = {
0x00000000,
static Gfx* dListTbl2[] = {
NULL,
0x06000E08,
0x06001608,
0x00000000,
NULL,
};
static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {