mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-10 04:32:14 -04:00
tag fake item box and whatever func_800696CC is
This commit is contained in:
@@ -10,11 +10,16 @@
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
|
||||
std::unordered_map<Mtx*, MtxF> FrameInterpolation_Interpolate(float step);
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define TAG_ITEM_ADDR(x) ((u32) 0x10000000 | (u32) x)
|
||||
#define TAG_OBJECT(x) ((u32) 0x40000000 | (u32) (x))
|
||||
|
||||
void FrameInterpolation_ShouldInterpolateFrame(bool shouldInterpolate);
|
||||
|
||||
void FrameInterpolation_StartRecord(void);
|
||||
|
||||
Reference in New Issue
Block a user