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 /src/dma3_manager.c | |
parent | 4a903279df847024148b823990a317e79bc23c9f (diff) | |
parent | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_main_menu
Diffstat (limited to 'src/dma3_manager.c')
-rw-r--r-- | src/dma3_manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma3_manager.c b/src/dma3_manager.c index 3832c3663..28df9d932 100644 --- a/src/dma3_manager.c +++ b/src/dma3_manager.c @@ -204,7 +204,7 @@ s16 RequestDma3Fill(s32 value, void *dest, u16 size, u8 mode) return -1; // no free DMA request was found } -int CheckForSpaceForDma3Request(s16 index) +s16 CheckForSpaceForDma3Request(s16 index) { int i = 0; |