summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index de465ac95..64c2e8181 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -302,7 +302,7 @@ struct MapObjectGraphicsInfo
#define PLAYER_AVATAR_FLAG_6 (1 << 6)
#define PLAYER_AVATAR_FLAG_DASH (1 << 7)
-struct PlayerAvatar
+struct PlayerAvatar /* 0x202E858 */
{
/*0x00*/ u8 flags;
/*0x01*/ u8 bike;
@@ -312,6 +312,10 @@ struct PlayerAvatar
/*0x05*/ u8 mapObjectId;
/*0x06*/ u8 unk6;
/*0x07*/ u8 gender;
+ u8 unk8;
+ u8 unk9;
+ u8 unkA;
+ u8 unkB;
// TODO: rest of struct
};