diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-13 15:22:55 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-13 15:22:55 -0400 |
commit | 252e2911383a5267673f00c08419e2afeac35a31 (patch) | |
tree | 9713a54f6a17afa14999bab5b4c4e982ca40bfea /gba/source/link.h | |
parent | 2c837223756de2596931c22c8f4fa2ba4a4237a9 (diff) | |
download | gen3uploader-252e2911383a5267673f00c08419e2afeac35a31.tar.gz gen3uploader-252e2911383a5267673f00c08419e2afeac35a31.tar.bz2 gen3uploader-252e2911383a5267673f00c08419e2afeac35a31.zip |
App now waits for confirmation to import, and reads pokedex seen&caught
Diffstat (limited to 'gba/source/link.h')
-rw-r--r-- | gba/source/link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gba/source/link.h b/gba/source/link.h index 08fd998..38d1c39 100644 --- a/gba/source/link.h +++ b/gba/source/link.h | |||
@@ -11,7 +11,9 @@ | |||
11 | 11 | ||
12 | void initializeLink(); | 12 | void initializeLink(); |
13 | void waitForAck(); | 13 | void waitForAck(); |
14 | u32 waitForResponse(); | ||
14 | void sendS32(s32 val); | 15 | void sendS32(s32 val); |
15 | void sendU32(u32 val); | 16 | void sendU32(u32 val); |
17 | void directSendU32(u32 val); | ||
16 | 18 | ||
17 | #endif | 19 | #endif |