Match first TU of m455dll

This commit is contained in:
gamemasterplc 2024-08-31 12:47:50 -05:00
parent 8d3dbb69be
commit 2d5f990060
5 changed files with 826 additions and 12 deletions

View file

@ -4,6 +4,8 @@
#include "dolphin.h"
#include "game/hsfformat.h"
#define Hu3DMotionCreateFile(data_id) (Hu3DMotionCreate(HuDataSelHeapReadNum((data_id), MEMORY_DEFAULT_NUM, HEAP_DATA)))
#define Hu3DJointMotionFile(model, data_id) (Hu3DJointMotion((model), HuDataSelHeapReadNum((data_id), MEMORY_DEFAULT_NUM, HEAP_DATA)))