Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document EnGo and EnGo2 functions, fields, and animations #2295

Open
wants to merge 64 commits into
base: main
Choose a base branch
from

Conversation

Feacur
Copy link
Contributor

@Feacur Feacur commented Nov 13, 2024

additonally:

  • renamed func_8002F368 as Player_GetExchangeItemId
    • umm, it's oneline, but has bloated the file count
    • might be better to cancel these changes (?)
  • marked En_Go as unused (which is also stated in the web too)
  • this PR will conflict a bit with Document Actor "Fidget Tables" #2287
  • restructured EnGo2_StopRolling with a switch
  • restructured EnGo2_RollingSlow with a switch
  • restructured EnGo2_UpdateTalking with separate ifs (couldn't do any better)
    • but it was fun to mess with the tools for a while

- `callback1_80A3ED24` is `NpcGetTextIdFunc`
- `callback2_80A3ED24` is `NpcUpdateTalkStateFunc`
reason: `EnGo2_EyeMouthTexState` code analogy
returns are indeed required to match
partially they already were there
and `func_80A45360` as `EnGo2_UpdateShadowAlpha`
Copy link
Contributor

@mzxrules mzxrules left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personal note: gor2 line 993 old.

src/overlays/actors/ovl_En_Go/z_en_go.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go/z_en_go.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go/z_en_go.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go/z_en_go.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go/z_en_go.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go2/z_en_go2.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go2/z_en_go2.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go2/z_en_go2.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go2/z_en_go2.c Outdated Show resolved Hide resolved
src/overlays/actors/ovl_En_Go2/z_en_go2.c Outdated Show resolved Hide resolved
@Feacur
Copy link
Contributor Author

Feacur commented Nov 14, 2024

ok, got all current conversations fixed; thank you! also added a better actor params decription for each of the goron entities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants