mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 12:56:13 -04:00
@@ -516,7 +516,7 @@ typedef struct {
|
||||
/* 0x73 */ s8 blinkState;
|
||||
/* 0x74 */ s8 unk_74;
|
||||
/* 0x75 */ s8 unk_75;
|
||||
/* 0x76 */ s8 itemOverride; // Something related to item generation. If non-zero, it determines the item you get
|
||||
/* 0x76 */ u8 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)
|
||||
|
||||
+1
-1
@@ -113,4 +113,4 @@
|
||||
|
||||
|
||||
|
||||
#endif // SOUNDS_H
|
||||
#endif // SOUNDS_H
|
||||
|
||||
Reference in New Issue
Block a user