1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Removed NULL from dlist tables. Found out it was just padding

This commit is contained in:
shawlucas 2020-04-01 17:40:56 -07:00
parent 2d11436367
commit 2a1bf81765
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@ static InitChainEntry initChain[] = {
static Gfx* dListTbl[] = {
0x06000840,
0x06001190,
NULL,
};
static void BgSpot05Soko_Init(BgSpot05Soko* this, GlobalContext* globalCtx) {

View File

@ -49,7 +49,6 @@ static Gfx* dListTbl2[] = {
NULL,
0x06000E08,
0x06001608,
NULL,
};
static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {