diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
commit | 03f8d0d6ce48a302a21d7ef99eed9825800a6394 (patch) | |
tree | cb0240ef6e2468ee49730a3b620d440e5e88d4bc /include/dma3.h | |
parent | 4a903279df847024148b823990a317e79bc23c9f (diff) | |
parent | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_main_menu
Diffstat (limited to 'include/dma3.h')
-rw-r--r-- | include/dma3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dma3.h b/include/dma3.h index d58e41850..19a69ea80 100644 --- a/include/dma3.h +++ b/include/dma3.h @@ -5,6 +5,6 @@ void ClearDma3Requests(void); void ProcessDma3Requests(void); s16 RequestDma3Copy(const void *src, void *dest, u16 size, u8 mode); s16 RequestDma3Fill(s32 value, void *dest, u16 size, u8 mode); -int CheckForSpaceForDma3Request(s16 index); +s16 CheckForSpaceForDma3Request(s16 index); #endif // GUARD_DMA3_H |