summaryrefslogtreecommitdiff
path: root/arm9/src
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-07-06 00:31:33 +0100
committerred031000 <rubenru09@aol.com>2021-07-06 00:33:32 +0100
commit5f0a31c4470f86aaad37ab56e46ce33f6fb4167b (patch)
tree19c8d969d281590d81226a561790f695011e7b23 /arm9/src
parentf71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (diff)
decompile MSL_Common_arith
Diffstat (limited to 'arm9/src')
-rw-r--r--arm9/src/palette.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm9/src/palette.c b/arm9/src/palette.c
index e4c42cc4..ff95a2d6 100644
--- a/arm9/src/palette.c
+++ b/arm9/src/palette.c
@@ -1,11 +1,15 @@
#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);
+extern void *FUN_020222E8();
+extern void *FUN_020222F8();
+extern void *FUN_02022308();
+extern void *FUN_02022310();
THUMB_FUNC struct PaletteData *FUN_02002FD0(u32 heap_id)
{