diff options
author | huderlem <huderlem@gmail.com> | 2019-04-01 17:54:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 17:54:30 -0500 |
commit | 4d938cb622a50a5f6659fccc69fca6da78e83ed4 (patch) | |
tree | 6ddfad5ea68e51bcf4065054ff78ff0db833ae73 /include/union_room.h | |
parent | 1e8e5af033008e901271b3769142b81a22ba0765 (diff) | |
parent | 08f4d3e105a77531c3d817b16d0797b2be885f7f (diff) |
Merge pull request #642 from PikalaxALT/union_room_player_avatar
Union Room event objects
Diffstat (limited to 'include/union_room.h')
-rw-r--r-- | include/union_room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/union_room.h b/include/union_room.h index ca3c87ab1..538d37716 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -90,7 +90,7 @@ struct UnkStruct_8019BA8 { u8 field_0; u8 field_1; - u8 field_2; + s8 field_2; u8 field_3; }; |