summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2024-12-21 14:15:10 +1100
committerGitHub <noreply@github.com>2024-12-21 14:15:10 +1100
commit4724a2b7fe5cfce5d8334643875115e68c253ec2 (patch)
treecd8a2649265edf324a0f0d383e8158aea1b63919 /tools
parenta8eb7e327f78b503837bca41d242384835a16f4c (diff)
Standardize "ActorMovement" over "ActorMove" (#1773)
* actor movement * cleanup * missed one
Diffstat (limited to 'tools')
-rw-r--r--tools/disasm/functions.txt4
-rwxr-xr-xtools/namefixer.py2
-rw-r--r--tools/sizes/code_functions.csv4
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt
index cc70b76fd..c4a25bd36 100644
--- a/tools/disasm/functions.txt
+++ b/tools/disasm/functions.txt
@@ -2550,13 +2550,13 @@
0x80135A90:("AnimTaskQueue_AddInterp",),
0x80135B00:("AnimTaskQueue_AddCopyUsingMap",),
0x80135B70:("AnimTaskQueue_AddCopyUsingMapInverted",),
- 0x80135BE0:("AnimTaskQueue_AddActorMove",),
+ 0x80135BE0:("AnimTaskQueue_AddActorMovement",),
0x80135C3C:("AnimTask_LoadPlayerFrame",),
0x80135C6C:("AnimTask_Copy",),
0x80135CDC:("AnimTask_Interp",),
0x80135D38:("AnimTask_CopyUsingMap",),
0x80135DB8:("AnimTask_CopyUsingMapInverted",),
- 0x80135E3C:("AnimTask_ActorMove",),
+ 0x80135E3C:("AnimTask_ActorMovement",),
0x80135EE8:("AnimTaskQueue_Update",),
0x80135F88:("SkelAnime_InitPlayer",),
0x801360A8:("PlayerAnimation_SetUpdateFunction",),
diff --git a/tools/namefixer.py b/tools/namefixer.py
index cbe7af464..d6861fb47 100755
--- a/tools/namefixer.py
+++ b/tools/namefixer.py
@@ -299,7 +299,7 @@ wordReplace = {
"SkelAnime_AnimationType2Loaded": "AnimTask_Interp",
"SkelAnime_AnimationType3Loaded": "AnimTask_CopyUsingMap",
"SkelAnime_AnimationType4Loaded": "AnimTask_CopyUsingMapInverted",
- "SkelAnime_AnimationType5Loaded": "AnimTask_ActorMove",
+ "SkelAnime_AnimationType5Loaded": "AnimTask_ActorMovement",
"func_80135EE8": "AnimTaskQueue_Update",
"SkelAnime_InitLink": "SkelAnime_InitPlayer",
"LinkAnimation_SetUpdateFunction": "PlayerAnimation_SetUpdateFunction",
diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv
index 061c1dfbd..550d8e40d 100644
--- a/tools/sizes/code_functions.csv
+++ b/tools/sizes/code_functions.csv
@@ -2064,13 +2064,13 @@ asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddCopy.s,AnimTaskQueue_AddCopy
asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddInterp.s,AnimTaskQueue_AddInterp,0x80135A90,0x1C
asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddCopyUsingMap.s,AnimTaskQueue_AddCopyUsingMap,0x80135B00,0x1C
asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddCopyUsingMapInverted.s,AnimTaskQueue_AddCopyUsingMapInverted,0x80135B70,0x1C
-asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddActorMove.s,AnimTaskQueue_AddActorMove,0x80135BE0,0x17
+asm/non_matchings/code/z_skelanime/AnimTaskQueue_AddActorMovement.s,AnimTaskQueue_AddActorMovement,0x80135BE0,0x17
asm/non_matchings/code/z_skelanime/AnimTask_LoadPlayerFrame.s,AnimTask_LoadPlayerFrame,0x80135C3C,0xC
asm/non_matchings/code/z_skelanime/AnimTask_Copy.s,AnimTask_Copy,0x80135C6C,0x1C
asm/non_matchings/code/z_skelanime/AnimTask_Interp.s,AnimTask_Interp,0x80135CDC,0x17
asm/non_matchings/code/z_skelanime/AnimTask_CopyUsingMap.s,AnimTask_CopyUsingMap,0x80135D38,0x20
asm/non_matchings/code/z_skelanime/AnimTask_CopyUsingMapInverted.s,AnimTask_CopyUsingMapInverted,0x80135DB8,0x21
-asm/non_matchings/code/z_skelanime/AnimTask_ActorMove.s,AnimTask_ActorMove,0x80135E3C,0x2B
+asm/non_matchings/code/z_skelanime/AnimTask_ActorMovement.s,AnimTask_ActorMovement,0x80135E3C,0x2B
asm/non_matchings/code/z_skelanime/AnimTaskQueue_Update.s,AnimTaskQueue_Update,0x80135EE8,0x28
asm/non_matchings/code/z_skelanime/SkelAnime_InitPlayerAnimetion.s,SkelAnime_InitPlayerAnimetion,0x80135F88,0x48
asm/non_matchings/code/z_skelanime/PlayerAnimation_SetUpdateFunction.s,PlayerAnimation_SetUpdateFunction,0x801360A8,0xE