diff options
| author | Isghj <42048411+isghj5@users.noreply.github.com> | 2026-04-19 09:35:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-19 09:35:39 -0700 |
| commit | ffc67c3e0adf8fbc81618299a68b52efe31dd08b (patch) | |
| tree | 5707aebcd0412bff53609dcf20f6f8410d8f3969 /tools | |
| parent | 9eb9f6f9786bef851871630e2009c01ea11cbff8 (diff) | |
`EnPr2` Skullfish documented (#1830)
* Pr2: some docs, first struct pass
* Pr2: Most functions named
* Pr2: more docs
* Pr2: object documented
* Pr2: object documented
* Pr2: format
* Pr2: more docs, format
* Pr2: requested changes
* Pr2: requested changes
* Pr2: forgot prz used the object too
* Pr2: more skelton limb enum changes
* Pr2: removed old comment
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/disasm/n64-us/functions.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/disasm/n64-us/functions.txt b/tools/disasm/n64-us/functions.txt index 233ebbca8..2b35b88eb 100644 --- a/tools/disasm/n64-us/functions.txt +++ b/tools/disasm/n64-us/functions.txt @@ -11014,18 +11014,18 @@ EnDno_OverrideLimbDraw = 0x80A7361C; // type:func EnDno_PostLimbDraw = 0x80A73654; // type:func EnPr2_Init = 0x80A73FA0; // type:func EnPr2_Destroy = 0x80A7422C; // type:func -func_80A7429C = 0x80A7429C; // type:func -func_80A7436C = 0x80A7436C; // type:func +EnPr2_IsOnScreen = 0x80A7429C; // type:func +EnPr2_HandleYaw = 0x80A7436C; // type:func EnPr2_ChangeAnim = 0x80A74510; // type:func -func_80A745C4 = 0x80A745C4; // type:func -func_80A745FC = 0x80A745FC; // type:func -func_80A74888 = 0x80A74888; // type:func -func_80A748E8 = 0x80A748E8; // type:func -func_80A74DEC = 0x80A74DEC; // type:func -func_80A74E90 = 0x80A74E90; // type:func -func_80A751B4 = 0x80A751B4; // type:func -func_80A75310 = 0x80A75310; // type:func -func_80A755D8 = 0x80A755D8; // type:func +EnPr2_SetupFollowPath = 0x80A745C4; // type:func +EnPr2_FollowPath = 0x80A745FC; // type:func +EnPr2_SetupIdle = 0x80A74888; // type:func +EnPr2_Idle = 0x80A748E8; // type:func +EnPr2_SetupAttack = 0x80A74DEC; // type:func +EnPr2_Attack = 0x80A74E90; // type:func +EnPr2_SetupDie = 0x80A751B4; // type:func +EnPr2_Die = 0x80A75310; // type:func +EnPr2_ApplyDamage = 0x80A755D8; // type:func EnPr2_Update = 0x80A756A8; // type:func EnPr2_OverrideLimbDrawOpa = 0x80A758E8; // type:func EnPr2_PostLimbDrawOpa = 0x80A75950; // type:func |
