summaryrefslogtreecommitdiff
path: root/include/common_structs.h
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2023-01-25 09:50:32 -0500
committerGitHub <noreply@github.com>2023-01-25 07:50:32 -0700
commitd1ebe06b294363316150b899ce102d3b99d0fdf5 (patch)
tree586989f4384641f5088936b4ae2aa02e34d13171 /include/common_structs.h
parentee64dad403ab3f6b354f10db1fb1efb3907dd0ee (diff)
Assorted matches (#288)
* Matches in code_80071F00 Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/common_structs.h')
-rw-r--r--include/common_structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common_structs.h b/include/common_structs.h
index 8637e23e4..25fc7e2a2 100644
--- a/include/common_structs.h
+++ b/include/common_structs.h
@@ -510,7 +510,8 @@ typedef struct {
/* 0x73 */ s8 blinkState;
/* 0x74 */ s8 unk_74;
/* 0x75 */ s8 unk_75;
- /* 0x76 */ s16 itemOverride; // Something related to item generation. If non-zero, it determines the item you get
+ /* 0x76 */ s8 itemOverride; // Something related to item generation. If non-zero, it determines the item you get
+ /* 0x77 */ s8 unk_77;
// 0x78 to 0x7F appear to be some type of "state" trackers for the lap and timer text during a race start
// When a race starts those texts (and their afterimages) slide in and "bounce" a bit. These states control the bouncing (somehow)
/* 0x78 */ s8 unk_78;