mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
More data fixes (#1929)
This commit is contained in:
parent
bd0941405d
commit
872940d664
7 changed files with 18 additions and 2 deletions
|
@ -13,7 +13,11 @@ typedef struct InitFunc {
|
|||
// .data
|
||||
void* sInitFuncs = NULL;
|
||||
|
||||
#if OOT_DEBUG
|
||||
char sNew[] = "new";
|
||||
#else
|
||||
char sNew[] = "";
|
||||
#endif
|
||||
|
||||
char D_80134488[0x18] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue