mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Introduce Face Reaction Enum (#1586)
* face reactions * cleanup * cleanup fake match * PR Review * while I'm here * mask reaction * small fix * Small cleanup * oops
This commit is contained in:
parent
c1a499c3ae
commit
e146d7bc26
37 changed files with 302 additions and 125 deletions
|
@ -137,7 +137,7 @@ void func_809B05F0(EnAni* this, PlayState* play) {
|
|||
}
|
||||
|
||||
void func_809B064C(EnAni* this, PlayState* play) {
|
||||
u16 textId = Text_GetFaceReaction(play, 0xA);
|
||||
u16 textId = MaskReaction_GetTextId(play, MASK_REACTION_SET_KAKARIKO_ROOF_MAN);
|
||||
s16 yawDiff;
|
||||
|
||||
if (textId == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue