summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-06 18:33:35 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-06 18:33:35 -0400
commitd0dfc758fc6684e765736c7aad7190328d3e145c (patch)
treeb6bc2f9f3c8e21531e0b59a6073c1fe645b43661 /include/gba
parent09d5d81c9cd2295ec1a52323c7a8337313a3b021 (diff)
decompile save_failed_screen.c
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/flash_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/flash_internal.h b/include/gba/flash_internal.h
index 6156b6c14..ba84546aa 100644
--- a/include/gba/flash_internal.h
+++ b/include/gba/flash_internal.h
@@ -65,6 +65,7 @@ u16 ReadFlashId(void);
void StartFlashTimer(u8 phase);
void SetReadFlash1(u16 *dest);
void StopFlashTimer(void);
+void ReadFlash(u16 sectorNum, u32 offset, u8 *dest, u32 size);
u16 WaitForFlashWrite_Common(u8 phase, u8 *addr, u8 lastData);