diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-10-17 11:28:27 +0800 |
---|---|---|
committer | void <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-18 18:29:52 +0800 |
commit | 961ab7ccaf4d175189cd42fcddca1336f3d91bad (patch) | |
tree | a223139bf9282e5a3636810ae78dccf5095e2100 /sym_ewram.txt | |
parent | 9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc (diff) |
Fix makefile and decompile some functions.
Partial memory.c, save.c and bg_palette_buffer.c decompilation, along with some asm/ cleanup.
Diffstat (limited to 'sym_ewram.txt')
-rw-r--r-- | sym_ewram.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sym_ewram.txt b/sym_ewram.txt index f235a49..fb753c9 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -24,16 +24,16 @@ gUnknown_2000EA8 = .; /* 2000EA8 */ gUnknown_2000EB0 = .; /* 2000EB0 */ . += 0x20; -gUnknown_2000ED0 = .; /* 2000ED0 */ +gHeapHeader = .; /* 2000ED0 */ . += 0x300; -gUnknown_20011D0 = .; /* 20011D0 */ +gHeap = .; /* 20011D0 */ . += 0x24000; -gUnknown_20251D0 = .; /* 20251D0 */ +gBGPaletteUsed = .; /* 20251D0 */ . += 0x20; -gUnknown_20251F0 = .; /* 20251F0 */ +gBGPaletteBuffer = .; /* 20251F0 */ . += 0x400; gUnknown_20255F0 = .; /* 20255F0 */ @@ -385,7 +385,8 @@ gUnknown_202DE24 = .; /* 202DE24 */ . += 0x4; gUnknown_202DE28 = .; /* 202DE28 */ - . += 0x8; + . += 0x4; + . = ALIGN(16); gUnknown_202DE30 = .; /* 202DE30 */ . += 0x28; |