mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Removed NULL from dlist tables. Found out it was just padding
This commit is contained in:
parent
2d11436367
commit
2a1bf81765
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ static InitChainEntry initChain[] = {
|
|||
static Gfx* dListTbl[] = {
|
||||
0x06000840,
|
||||
0x06001190,
|
||||
NULL,
|
||||
};
|
||||
|
||||
static void BgSpot05Soko_Init(BgSpot05Soko* this, GlobalContext* globalCtx) {
|
||||
|
|
|
@ -49,7 +49,6 @@ static Gfx* dListTbl2[] = {
|
|||
NULL,
|
||||
0x06000E08,
|
||||
0x06001608,
|
||||
NULL,
|
||||
};
|
||||
|
||||
static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {
|
||||
|
|
Loading…
Reference in a new issue