summaryrefslogtreecommitdiff
path: root/arm9/src/palette.c
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2021-07-07 22:52:15 -0400
committerGitHub <noreply@github.com>2021-07-07 22:52:15 -0400
commit79d007487abb2706c42f2d01d74c8d8a41e6ac43 (patch)
tree73aeafb7a405d717b71814a46aa461b4fd017244 /arm9/src/palette.c
parentf71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (diff)
parent49a17b6a1803703e6dd7d01d0a0e59adc4d6d4d4 (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.c3
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));