diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-25 21:07:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 21:07:18 -0500 |
commit | 78864c88bb4f1e2f7a1894528db3714913cc84ca (patch) | |
tree | 7d9e646e984522e7eb9b3d0752e8277c34070eb6 /include/link_rfu.h | |
parent | a09e66b53f61027d8805e5d6bb4df3d679693485 (diff) | |
parent | 52fbc43d73995977aa8f6c45405a91c68d515061 (diff) |
Merge pull request #240 from PikalaxALT/union_room_chat
Union room chat
Diffstat (limited to 'include/link_rfu.h')
-rw-r--r-- | include/link_rfu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/link_rfu.h b/include/link_rfu.h index 790429870..81dd7fdf0 100644 --- a/include/link_rfu.h +++ b/include/link_rfu.h @@ -216,7 +216,7 @@ struct UnkRfuStruct_2 /* 0x99d */ u8 unk_ce5; /* 0x99e */ u8 unk_ce6; /* 0x99f */ u8 unk_ce7; - /* 0x9a0 */ u8 unk_ce8; + /* 0x9a0 */ bool8 unk_ce8; /* 0x9a1 */ u8 unk_ce9; /* 0x9a2 */ u8 unk_cea[RFU_CHILD_MAX]; /* 0x9a6 */ u8 unk_cee[RFU_CHILD_MAX]; @@ -325,6 +325,10 @@ void sub_80FC114(const u8 *name, struct GFtgtGname *structPtr, u8 a2); bool32 PlayerHasMetTrainerBefore(u16 id, u8 *name); bool8 sub_80FCC3C(struct GFtgtGname *gname, u8 *uname, u8 idx); bool8 sub_80FCCF4(struct GFtgtGname *gname, u8 *uname, u8 idx); +bool32 GetRfuUnkCE8(void); +void sub_80FA4A8(void); +void sub_80FB9D0(void); +void sub_80FB030(u32 a0); #include "mevent_server.h" extern const struct mevent_server_cmd gMEventSrvScript_OtherTrainerCanceled[]; |