summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-12 23:58:05 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-12 23:58:05 -0500
commitf21c5ebea50685982daf1f81cda4c535615a6ef8 (patch)
tree9bcea6785b31816ab8cdc2582fa96c7aab4e0a25 /include
parent85cf626316c6300cd77978d769a8758ec43a2ca4 (diff)
through sub_800B1A0
Diffstat (limited to 'include')
-rw-r--r--include/link.h4
-rw-r--r--include/reset_save_heap.h12
-rw-r--r--include/strings.h3
3 files changed, 17 insertions, 2 deletions
diff --git a/include/link.h b/include/link.h
index 2689f2596..60f7a27fa 100644
--- a/include/link.h
+++ b/include/link.h
@@ -163,7 +163,7 @@ extern u8 gShouldAdvanceLinkState;
extern struct LinkPlayer gLinkPlayers[];
extern u16 word_3002910[];
extern bool8 gReceivedRemoteLinkPlayers;
-extern bool8 gSerialIsRFU;
+extern bool8 gWirelessCommType;
void Task_DestroySelf(u8);
void OpenLink(void);
@@ -234,7 +234,7 @@ extern u8 gUnknown_030030EC[MAX_LINK_PLAYERS];
extern u8 gUnknown_030030F0[MAX_LINK_PLAYERS];
extern u16 gUnknown_030030F4;
extern u8 gSuppressLinkErrorMessage;
-extern bool8 gSerialIsRFU;
+extern bool8 gWirelessCommType;
extern bool8 gSavedLinkPlayerCount;
extern u8 gSavedMultiplayerId;
extern struct LinkTestBGInfo gLinkTestBGInfo;
diff --git a/include/reset_save_heap.h b/include/reset_save_heap.h
new file mode 100644
index 000000000..12fd186ec
--- /dev/null
+++ b/include/reset_save_heap.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_RESET_SAVE_HEAP_H
+#define GUARD_RESET_SAVE_HEAP_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+void sub_81700F8(void);
+
+#endif //GUARD_RESET_SAVE_HEAP_H
diff --git a/include/strings.h b/include/strings.h
index 299d637b8..f3efe88e4 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -77,5 +77,8 @@ extern const u8 gText_RegisteredDataDeleted[];
extern const u8 gUnknown_085EA79D[];
extern const u8 gText_CommErrorEllipsis[];
extern const u8 gText_MoveCloserToLinkPartner[];
+extern const u8 gText_CommErrorCheckConnections[];
+extern const u8 gText_ABtnTitleScreen[];
+extern const u8 gText_ABtnRegistrationCounter[];
#endif //GUARD_STRINGS_H