summaryrefslogtreecommitdiff
path: root/src/port/interpolation/FrameInterpolation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/interpolation/FrameInterpolation.h')
-rw-r--r--src/port/interpolation/FrameInterpolation.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/port/interpolation/FrameInterpolation.h b/src/port/interpolation/FrameInterpolation.h
index 5d3f9cb35..016dc691a 100644
--- a/src/port/interpolation/FrameInterpolation.h
+++ b/src/port/interpolation/FrameInterpolation.h
@@ -17,8 +17,10 @@ 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))
+#define TAG_ITEM_ADDR(x) ((u32) 0x10000000 | (u32)x)
+#define TAG_SMOKE_DUST(x) ((u32) 0x20000000 | (u32) (x))
+#define TAG_LETTER(x) ((u32)0x30000000 | (u32) (x))
+#define TAG_OBJECT(x) ((u32)0x40000000 | (u32)(x))
void FrameInterpolation_ShouldInterpolateFrame(bool shouldInterpolate);