1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 11:24:40 +00:00

Move D_80134488 from system_heap.c to fp.s (#2387)

* Move D_80134488 from system_heap.c to fp.s

* Add declarations

* Fix bss
This commit is contained in:
cadmic 2024-12-24 09:49:31 -08:00 committed by GitHub
parent 970639b38b
commit 8a48c17cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 10 deletions

View file

@ -20,13 +20,6 @@ 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) {
DECLARE_INTERRUPT_MASK