tag fake item box and whatever func_800696CC is

This commit is contained in:
Sonic Dreamcaster
2025-05-17 03:30:45 -03:00
parent 6090347aeb
commit 06cb8a7c29
4 changed files with 22 additions and 3 deletions
@@ -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);