mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
jstudio particle and sound OK (#2194)
* Work on object-sound * object-particle OK * object-sound OK * JStudio_JAudio2 control OK * JStudio_JParticle control OK * JStage object OK * JStage ambient light OK
This commit is contained in:
+2
-2
@@ -1669,9 +1669,9 @@ s32 dDemo_actor_c::JSGFindNodeID(char const* param_0) const {
|
||||
|
||||
/* 8003A088-8003A0C8 0349C8 0040+00 1/0 0/0 0/0 .text
|
||||
* JSGGetNodeTransformation__13dDemo_actor_cCFUlPA4_f */
|
||||
int dDemo_actor_c::JSGGetNodeTransformation(u32 param_0, Mtx param_1) const {
|
||||
bool dDemo_actor_c::JSGGetNodeTransformation(u32 param_0, Mtx param_1) const {
|
||||
MTXCopy(mModel->getAnmMtx((u16)param_0), param_1);
|
||||
return 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
/* 8003A0C8-8003A0D0 034A08 0008+00 1/0 0/0 0/0 .text JSGGetAnimationFrameMax__13dDemo_actor_cCFv
|
||||
|
||||
Reference in New Issue
Block a user