diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-07-07 22:52:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 22:52:15 -0400 |
commit | 79d007487abb2706c42f2d01d74c8d8a41e6ac43 (patch) | |
tree | 73aeafb7a405d717b71814a46aa461b4fd017244 /arm9/src/palette.c | |
parent | f71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (diff) | |
parent | 49a17b6a1803703e6dd7d01d0a0e59adc4d6d4d4 (diff) |
Merge pull request #428 from red031000/master
decompile MSL_Common_arith
Diffstat (limited to 'arm9/src/palette.c')
-rw-r--r-- | arm9/src/palette.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/src/palette.c b/arm9/src/palette.c index e4c42cc4..82252594 100644 --- a/arm9/src/palette.c +++ b/arm9/src/palette.c @@ -1,12 +1,11 @@ #include "global.h" +#include "MSL.h" #include "palette.h" #include "MI_memory.h" #include "gf_gfx_loader.h" #include "unk_0200CA44.h" #include "unk_020222E8.h" -extern int abs(int); - THUMB_FUNC struct PaletteData *FUN_02002FD0(u32 heap_id) { struct PaletteData *ptr = AllocFromHeap(heap_id, sizeof(struct PaletteData)); |