diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2020-02-16 17:43:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 17:43:18 -0800 |
commit | bb22dde048ea6e2ee763c7a6410127c488665407 (patch) | |
tree | 0310e3bbc70cf23370e158cb9df7d38cb3028d13 /include/union_room.h | |
parent | ac1738e11dcfc0a574f90b4f4905c2533630eb50 (diff) | |
parent | 867734a791d5bbad39637ca2b3acda60f022d7af (diff) |
Merge pull request #980 from PikalaxALT/port_librfu_lman
Port librfu from pokefirered
Diffstat (limited to 'include/union_room.h')
-rw-r--r-- | include/union_room.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/union_room.h b/include/union_room.h index cc0415155..4c4cb5a62 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -7,7 +7,7 @@ struct UnkStruct_Shared { - struct UnkLinkRfuStruct_02022B14 field_0; + struct GFtgtGname field_0; u8 ALIGNED(4) playerName[PLAYER_NAME_LENGTH + 1]; }; @@ -154,7 +154,7 @@ struct UnionRoomTrade extern u8 gUnknown_02022C2C; extern union UnkUnion_Main gUnknown_02022C30; -extern struct UnkLinkRfuStruct_02022B14Substruct gUnknown_02022C38; +extern struct GFtgtGnameSub gUnknown_02022C38; extern u16 gUnionRoomOfferedSpecies; extern u8 gUnionRoomRequestedMonType; |