mirror of
https://github.com/n64decomp/mk64
synced 2026-06-28 01:33:12 -04:00
Match code_8003DC40 (#223)
Matched its rodata too Required making a minor adjustment to the Player struct, which required updating a couple of other files Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -337,7 +337,7 @@ typedef struct {
|
||||
/* 0x00EC */ f32 kartHopVelocity;
|
||||
/* 0x00F0 */ f32 kartHopJerk;
|
||||
/* 0x00F4 */ f32 kartHopAcceleration;
|
||||
/* 0x00F8 */ char unk_0F8[0x2];
|
||||
/* 0x00F8 */ u16 unk_0F8;
|
||||
/* 0x00FA */ s16 unk_0FA;
|
||||
/* 0x00FC */ f32 unk_0FC;
|
||||
/* 0x0100 */ f32 unk_100;
|
||||
|
||||
Reference in New Issue
Block a user