mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Fix some boot and code data (#2155)
This commit is contained in:
parent
e19ec02917
commit
a30f130eb9
7 changed files with 39 additions and 11 deletions
|
@ -20,10 +20,12 @@ char sNew[] = "new";
|
|||
char sNew[] = "";
|
||||
#endif
|
||||
|
||||
#if !PLATFORM_N64
|
||||
char D_80134488[0x18] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00,
|
||||
0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
|
||||
};
|
||||
#endif
|
||||
|
||||
// possibly some kind of new() function
|
||||
void* func_800FC800(u32 size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue