mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
Cleanup
This commit is contained in:
parent
f45c24f7c8
commit
67719a662f
@ -14,15 +14,3 @@ ApiStatus GetDamageIntensity(ScriptInstance* script, s32 isInitialCall) {
|
||||
}
|
||||
|
||||
INCLUDE_ASM(s32, "code_1AF120", ActorAddMovePos);
|
||||
/*ApiStatus ActorAddMovePos(ScriptInstance* script, s32 isInitialCall) {
|
||||
Bytecode* args = script->ptrReadPos;
|
||||
Actor* actor;
|
||||
Vec3f* actorMoveCurrentPos;
|
||||
|
||||
actor = (Actor*)get_variable(script, *args++);
|
||||
actorMoveCurrentPos = &actor->moveCurrentPos;
|
||||
actorMoveCurrentPos->x += get_variable(script, *args++);
|
||||
actorMoveCurrentPos->y += get_variable(script, *args++);
|
||||
actorMoveCurrentPos->z += get_variable(script, *args++);
|
||||
return ApiStatus_DONE2;
|
||||
}*/
|
||||
|
Loading…
Reference in New Issue
Block a user