1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-29 03:34:07 +00:00
Commit graph

2265 commits

Author SHA1 Message Date
feacur
771570aaa6 give better names to rolling checks 2024-11-20 15:37:25 +01:00
feacur
5d1bf7727f follow the bugs documentation style guide 2024-11-18 21:09:13 +01:00
feacur
5ba85a3f7e name animation reversing func as such 2024-11-18 13:32:57 +01:00
feacur
fe53732127 give a function a better name 2024-11-18 13:19:39 +01:00
feacur
423748a140 use BINANG macros instead of hex values 2024-11-15 02:18:10 +01:00
feacur
768297f400 clarify "in range" of what it is 2024-11-15 00:43:56 +01:00
feacur
d8911078a4 yeah, be less judgemental 2024-11-14 10:22:48 +01:00
feacur
406349987f Document actor.params bits allocation
an "ammendment" for 57951edb82

somehow haven't saved the changes that time
2024-11-14 02:23:01 +01:00
feacur
57951edb82 Document actor.params bits allocation 2024-11-14 02:14:03 +01:00
feacur
911550550f link two if parts with and else
https://github.com/zeldaret/oot/pull/2295#discussion_r1841272907
2024-11-14 02:14:03 +01:00
feacur
1fa1922a9b tweak EnGo2_UpdateTalking code and comments
https://github.com/zeldaret/oot/pull/2295#discussion_r1841205108
https://github.com/zeldaret/oot/pull/2295#discussion_r1841210644
https://github.com/zeldaret/oot/pull/2295#discussion_r1841256344
https://github.com/zeldaret/oot/pull/2295#discussion_r1841268480
2024-11-14 02:14:03 +01:00
feacur
e87bc05aff use uniform naming between variables
https://github.com/zeldaret/oot/pull/2295#discussion_r1841202090
2024-11-14 02:14:03 +01:00
feacur
2ab3f6b66e remove unnecessary comment
https://github.com/zeldaret/oot/pull/2295#discussion_r1841170202
2024-11-14 02:14:03 +01:00
feacur
fff6cf4b49 remove a [mis]leading zero 2024-11-14 02:14:03 +01:00
feacur
e2cda143b7 CAGED_FLAG -> CAGED_SWITCH_FLAG
https://github.com/zeldaret/oot/pull/2295#discussion_r1841166305
2024-11-14 02:14:02 +01:00
feacur
a8dff36326 remove unnecessary block braces
https://github.com/zeldaret/oot/pull/2295#discussion_r1841154818
2024-11-14 02:09:19 +01:00
feacur
57c4c7653f document the nature of type values
https://github.com/zeldaret/oot/pull/2295#discussion_r1841150757
2024-11-14 02:09:18 +01:00
feacur
9fae0fa37c make the unused comment a header
https://github.com/zeldaret/oot/pull/2295#discussion_r1841145730
2024-11-14 00:04:54 +01:00
feacur
46648b4ab7 name Hot Rodder consistently
https://github.com/zeldaret/oot/pull/2295#discussion_r1841188972
2024-11-14 00:02:44 +01:00
feacur
011cf6a5d1 fix a misleading comment 2024-11-13 13:51:36 +01:00
feacur
77fde2c89b rematch EnGo2_RollingSlow 2024-11-13 13:28:59 +01:00
feacur
7f3642d522 give better enum names 2024-11-13 13:06:30 +01:00
feacur
17d5b2aaa3 give better names to the attention switching funcs 2024-11-13 12:59:42 +01:00
feacur
7c1d6f54df rename func_80A408D8 -> EnGo_AttentionLost 2024-11-13 12:53:48 +01:00
feacur
35d0d71008 EnGo2_IsCameraModified -> EnGo2_ShouldStay 2024-11-13 12:26:33 +01:00
feacur
1c416becd6 rematch EnGo2_UpdateTalking a bit 2024-11-13 12:25:22 +01:00
feacur
da79fb473f document focusOffset variables 2024-11-13 12:13:56 +01:00
feacur
37569e2518 Document func_80A44790 as EnGo2_UpdateTalking
rename `.isAwake` as `.isTalkative
2024-11-13 12:13:56 +01:00
feacur
dbe0a46137 unify EnGo2 waking up naming 2024-11-13 12:12:52 +01:00
feacur
41b9cd0487 rematch EnGo2_StopRolling 2024-11-13 12:12:52 +01:00
feacur
b908614ceb Document EnGo2 funtions based on the context 2024-11-13 12:12:51 +01:00
feacur
fc1009a0a6 Document EnGo2 known data 2024-11-13 12:12:01 +01:00
feacur
9be708d6b9 Document EnGo2 opening Goron's cage 2024-11-13 12:12:01 +01:00
feacur
98afe53f70 Document EnGo2 path param 2024-11-13 12:12:01 +01:00
feacur
7510ed0852 redocument EnGo2 subtypes as an enum 2024-11-13 12:12:01 +01:00
feacur
787b260722 EnGo2_IsCameraModified->EnGo2_IsAttentionDrawn 2024-11-13 12:12:00 +01:00
feacur
3b0e2cec03 redocument EnGo2 .alpha as .shadowAlpha
and `func_80A45360` as `EnGo2_UpdateShadowAlpha`
2024-11-13 12:12:00 +01:00
feacur
960c8b5d93 move EnGo2 .goronState comments to the TU
partially they already were there
2024-11-13 12:12:00 +01:00
feacur
7f30ab6ae5 redocument EnGo2 message states 2024-11-13 12:12:00 +01:00
feacur
50d3b84115 Document EnGo2 .unk_216 as .reverseWaypoint 2024-11-13 12:12:00 +01:00
feacur
4ecd12d93c Document EnGo2 .unk_211 as .isUncurled 2024-11-13 12:12:00 +01:00
feacur
2cc0e12364 Document bouncing in EnGo2_IsRollingOnGround 2024-11-13 12:12:00 +01:00
feacur
686f367f1b prepare EnGo2's *_Draw function 2024-11-13 12:12:00 +01:00
feacur
d9bd40d104 Document EnGo funtions based on the context 2024-11-13 12:11:59 +01:00
feacur
c794de2a02 Document EnGo play speed factor 2024-11-12 18:00:34 +01:00
feacur
4a793fa94d EnGo_IsCameraModified -> EnGo_IsAttentionDrawn 2024-11-12 18:00:16 +01:00
feacur
8fb7fc2618 Document EnGo .unk_20C as .gaveSword 2024-11-12 18:00:16 +01:00
feacur
705ff1b2af Document EnGo .unk_210 as .curledTimer 2024-11-12 18:00:16 +01:00
feacur
91d1382c88 Document EnGo .unk_21E as .eyedropsTimer 2024-11-12 18:00:16 +01:00
feacur
9de2038db8 Document EnGo .unk_212 as .attentionCooldown 2024-11-12 18:00:16 +01:00