summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/g3dhax.h2
-rw-r--r--kamek_pal.x5
2 files changed, 3 insertions, 4 deletions
diff --git a/include/g3dhax.h b/include/g3dhax.h
index eb4ffd0..551af40 100644
--- a/include/g3dhax.h
+++ b/include/g3dhax.h
@@ -339,7 +339,7 @@ namespace m3d {
bool setup(nw4r::g3d::ResMdl modelRes, nw4r::g3d::ResAnmClr anmRes,
mAllocator_c *allocator, u32 *sizeOutPtr, int count); // count usually 1 or 2, sizeOutPtr usually 0
- void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmVis anmRes, int entryNumber, int _param4); // usually entryNumber is 0, param4 is 0 or 1
+ void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmClr anmRes, int entryNumber, int _param4); // usually entryNumber is 0, param4 is 0 or 1
float getFrameForEntry(int number);
diff --git a/kamek_pal.x b/kamek_pal.x
index f397994..236506f 100644
--- a/kamek_pal.x
+++ b/kamek_pal.x
@@ -1294,9 +1294,8 @@ SECTIONS {
detach__Q23m3d8anmClrFv = 0x80166020;
process__Q23m3d8anmClrFv = 0x80166310;
- setup__Q23m3d8anmClrFQ34nw4r3g3d6ResMdlQ34nw4r3g3d9ResAnmClrP12mAllocator_cPUii = 0x80165D70;
- bind__Q23m3d8anmClrFPQ23m3d5mdl_cPQ34nw4r3g3d9ResAnmClrii = 0x80166110;
-
+ setup__Q23m3d8anmClr_cFQ34nw4r3g3d6ResMdlQ34nw4r3g3d9ResAnmClrP12mAllocator_cPUii = 0x80165D70;
+ bind__Q23m3d8anmClr_cFPQ23m3d5mdl_cQ34nw4r3g3d9ResAnmClrii = 0x80166110;
getFrameForEntry__Q23m3d8anmClrFv = 0x80166420;
setFrameForEntry__Q23m3d8anmClrFfi = 0x80166430;