summaryrefslogtreecommitdiff
path: root/include/gba/syscall.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-01-04 23:20:09 -0600
committercamthesaxman <cameronghall@cox.net>2017-01-04 23:20:09 -0600
commit1505e4e24c3706d7178d0c0716d2274f51d77343 (patch)
tree070dd911f1944cb35cb25dc85680460fbd67d8d9 /include/gba/syscall.h
parent41d2b112ebdf91da3d85b4495ceb95e69d69ef0a (diff)
begin decompiling more intro code
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);