mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 12:56:13 -04:00
A few matches across a couple files, although mostly code_80005FD0 (#460)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
@@ -403,7 +403,7 @@ typedef struct
|
||||
/* 0x04 */ u8 ghostDataSaved;
|
||||
/* 0x05 */ s8 courseIndex;
|
||||
/* 0x06 */ u8 characterId;
|
||||
/* 0x07 */ s8 unk_07[0x3C];
|
||||
/* 0x07 */ u8 unk_07[0x3C];
|
||||
/* 0x43 */ u8 pad_43[0x7F-0x43];
|
||||
/* 0x7F */ u8 checksum;
|
||||
} struct_8018EE10_entry; // size = 0x80
|
||||
|
||||
@@ -8,7 +8,6 @@ void mio0decode(u8* arg0, u8* arg1);
|
||||
// Unused mio0decode function.
|
||||
void func_80040030(u8* arg0, u8* arg1);
|
||||
|
||||
void func_8000F2DC(void);
|
||||
void func_8000F628(void);
|
||||
void func_8006B7E4(Player* player, s8 arg1);
|
||||
void func_8005D290(void);
|
||||
|
||||
@@ -158,6 +158,13 @@ typedef struct
|
||||
} ItemWindowObjects; // size = 0xE0
|
||||
|
||||
// This are other lists of indices in gObjectList.
|
||||
|
||||
/**
|
||||
* Use unknown. An object is reserved and its index is saved to
|
||||
* this variable, but it appears to go unreferenced
|
||||
**/
|
||||
extern s32 D_80183DA0;
|
||||
|
||||
/**
|
||||
* Lakitu?
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user