summaryrefslogtreecommitdiff
path: root/include/gba/syscall.h
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2017-01-05 15:58:58 -0800
committerGitHub <noreply@github.com>2017-01-05 15:58:58 -0800
commit2bf932b4f0fdfc821396b58250c02fc4eabf47e7 (patch)
treef83225b8abbe1d24ff4e32909ca03ff472c1cfc0 /include/gba/syscall.h
parent297de575412e42bdc91850fb5c8bba0df3babae4 (diff)
parent9dc9c657b489ae4d5b983ea0cbd12a8e77803dbf (diff)
Merge pull request #163 from camthesaxman/intro
decompile more intro functions
Diffstat (limited to 'include/gba/syscall.h')
-rw-r--r--include/gba/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/syscall.h b/include/gba/syscall.h
index 9576f7e99..e47f964d1 100644
--- a/include/gba/syscall.h
+++ b/include/gba/syscall.h
@@ -31,6 +31,8 @@ void CpuSet(const void *src, void *dest, u32 control);
void CpuFastSet(const void *src, void *dest, u32 control);
+void BgAffineSet(struct BgAffineSrcData *src, struct BgAffineDstData *dest, s32 count);
+
void ObjAffineSet(struct ObjAffineSrcData *src, void *dest, s32 count, s32 offset);
void LZ77UnCompWram(const void *src, void *dest);