summaryrefslogtreecommitdiff
path: root/include/link_rfu.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-05-14 16:20:43 -0400
committerGitHub <noreply@github.com>2019-05-14 16:20:43 -0400
commite885a81ed65728ef94a91657691853de52b9c057 (patch)
treef53c54f4520e0c73fa3b02acca34dc7eff5e9c57 /include/link_rfu.h
parent31e1a9e7596499e1fc90bc9b515dba888503f6f9 (diff)
parent82216dd31f67ee544bbcfe360e966ff91fc6d9e0 (diff)
Merge pull request #55 from PikalaxALT/unk_8159F40
Some more decomp and porting
Diffstat (limited to 'include/link_rfu.h')
-rw-r--r--include/link_rfu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/link_rfu.h b/include/link_rfu.h
index d076efae6..8d02577a5 100644
--- a/include/link_rfu.h
+++ b/include/link_rfu.h
@@ -1,6 +1,11 @@
#ifndef GUARD_LINK_RFU_H
#define GUARD_LINK_RFU_H
+struct Padded_U8
+{
+ u8 value;
+};
+
void AddTextPrinterToWindow1(const u8 *str);
bool32 MG_PrintTextOnWindow1AndWaitButton(u8 * cmdPtr, const u8 * src);
void sub_80FA190(void);
@@ -11,5 +16,6 @@ void DestroyWirelessStatusIndicatorSprite(void);
void MEvent_CreateTask_CardOrNewsWithFriend(u8);
void MEvent_CreateTask_CardOrNewsOverWireless(u8);
void MEvent_CreateTask_Leader(u8);
+void sub_80F9E2C(void * data);
#endif //GUARD_LINK_RFU_H