diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2025-06-04 11:59:25 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 18:59:25 -0700 |
| commit | d31ceacfdf468456d1052ca8af981f06040e0ac4 (patch) | |
| tree | 77ace096ed16ddcb9e88bfd264f722e2fadf1833 /tools | |
| parent | ace4043d1a244185423837cb85829024f5e79a2c (diff) | |
Document Player's Face and z_actor FaceChange functions (#1777)
* player face docs
* more docs
* cleanup
* toto
* more comments
* fix bss, names
* better comment
* PR, fix comment
* fix bss
* sEyeTextures comment
* FaceChange_UpdateBlinkingNonHuman
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/disasm/functions.txt | 6 | ||||
| -rw-r--r-- | tools/disasm/variables.txt | 4 | ||||
| -rw-r--r-- | tools/sizes/code_functions.csv | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt index f911c3244..67f08c407 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -844,9 +844,9 @@ 0x800BB604:("Attention_FindActorInCategory",), 0x800BB8EC:("Attention_FindActor",), 0x800BBA88:("Enemy_StartFinishingBlow",), - 0x800BBAC0:("func_800BBAC0",), - 0x800BBB74:("func_800BBB74",), - 0x800BBC20:("func_800BBC20",), + 0x800BBAC0:("FaceChange_UpdateBlinking",), + 0x800BBB74:("FaceChange_UpdateBlinkingNonHuman",), + 0x800BBC20:("FaceChange_UpdateRandomSet",), 0x800BBCEC:("Actor_SpawnBodyParts",), 0x800BBDAC:("Actor_SpawnFloorDustRing",), 0x800BBFB0:("func_800BBFB0",), diff --git a/tools/disasm/variables.txt b/tools/disasm/variables.txt index 905ce0e06..7d26fdd67 100644 --- a/tools/disasm/variables.txt +++ b/tools/disasm/variables.txt @@ -1204,8 +1204,8 @@ 0x801C0838:("D_801C0838","UNK_TYPE1","",0x1), 0x801C0850:("gCullBackDList","UNK_TYPE1","",0x1), 0x801C0860:("gCullFrontDList","UNK_TYPE1","",0x1), - 0x801C0870:("sPlayerEyesTextures","UNK_PTR","",0x4), - 0x801C0890:("sPlayerMouthTextures","UNK_TYPE1","",0x1), + 0x801C0870:("sEyeTextures","UNK_PTR","",0x4), + 0x801C0890:("sMouthTextures","UNK_TYPE1","",0x1), 0x801C08A0:("sPlayerFaces","UNK_TYPE1","",0x20), 0x801C08C0:("D_801C08C0","UNK_TYPE1","",0x1), 0x801C08FC:("D_801C08FC","UNK_TYPE1","",0x1), diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv index a15d934b1..910c7b00e 100644 --- a/tools/sizes/code_functions.csv +++ b/tools/sizes/code_functions.csv @@ -358,9 +358,9 @@ asm/non_matchings/code/z_actor/Attention_ActorOnScreen.s,Attention_ActorOnScreen asm/non_matchings/code/z_actor/Attention_FindActorInCategory.s,Attention_FindActorInCategory,0x800BB604,0xBA asm/non_matchings/code/z_actor/Attention_FindActor.s,Attention_FindActor,0x800BB8EC,0x67 asm/non_matchings/code/z_actor/Enemy_StartFinishingBlow.s,Enemy_StartFinishingBlow,0x800BBA88,0xE -asm/non_matchings/code/z_actor/func_800BBAC0.s,func_800BBAC0,0x800BBAC0,0x2D -asm/non_matchings/code/z_actor/func_800BBB74.s,func_800BBB74,0x800BBB74,0x2B -asm/non_matchings/code/z_actor/func_800BBC20.s,func_800BBC20,0x800BBC20,0x33 +asm/non_matchings/code/z_actor/FaceChange_UpdateBlinking.s,FaceChange_UpdateBlinking,0x800BBAC0,0x2D +asm/non_matchings/code/z_actor/FaceChange_UpdateBlinkingNonHuman.s,FaceChange_UpdateBlinkingNonHuman,0x800BBB74,0x2B +asm/non_matchings/code/z_actor/FaceChange_UpdateRandomSet.s,FaceChange_UpdateRandomSet,0x800BBC20,0x33 asm/non_matchings/code/z_actor/Actor_SpawnBodyParts.s,Actor_SpawnBodyParts,0x800BBCEC,0x30 asm/non_matchings/code/z_actor/Actor_SpawnFloorDustRing.s,Actor_SpawnFloorDustRing,0x800BBDAC,0x81 asm/non_matchings/code/z_actor/func_800BBFB0.s,func_800BBFB0,0x800BBFB0,0x69 |
