diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:44:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 15:44:07 -0400 |
commit | 30ef49416391d036286661a8e1225b4ba03e3109 (patch) | |
tree | 449560dd408241717995409d3cb6c0a8e4b5223a /include/union_room.h | |
parent | 60a9dc6a0e81da34f111e66fd3666f9eb57898e9 (diff) | |
parent | e47b3efdfe8a397e20905d566a8e1b1261170fbb (diff) |
Merge branch 'master' into doc-inc2
Diffstat (limited to 'include/union_room.h')
-rw-r--r-- | include/union_room.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/union_room.h b/include/union_room.h index facc63986..54f09cbeb 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -135,7 +135,7 @@ union UnkUnion_Main struct UnkStruct_URoom *uRoom; }; -struct TradeUnkStruct +struct UnionRoomTrade { u16 field_0; u16 type; @@ -156,8 +156,8 @@ extern u8 gUnknown_02022C2C; extern union UnkUnion_Main gUnknown_02022C30; extern struct UnkLinkRfuStruct_02022B14Substruct gUnknown_02022C38; -extern u16 gUnknown_02022C3C; -extern u8 gUnknown_02022C3E; +extern u16 gUnionRoomOfferedSpecies; +extern u8 gUnionRoomRequestedMonType; // Exported ROM declarations |