mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Misc Cleanup (#1585)
* misc cleanup * more fake matches * revert for sym
This commit is contained in:
parent
2aaa286cf8
commit
f2c06ce441
45 changed files with 134 additions and 161 deletions
|
@ -137,16 +137,10 @@ void func_809B05F0(EnAni* this, PlayState* play) {
|
|||
}
|
||||
|
||||
void func_809B064C(EnAni* this, PlayState* play) {
|
||||
u16 textId;
|
||||
u16 textId = Text_GetFaceReaction(play, 0xA);
|
||||
s16 yawDiff;
|
||||
u16 textId2;
|
||||
|
||||
textId2 = Text_GetFaceReaction(play, 0xA);
|
||||
textId = textId2 & 0xFFFF;
|
||||
|
||||
if (!textId) {}
|
||||
|
||||
if (textId2 == 0) {
|
||||
if (textId == 0) {
|
||||
textId = !IS_DAY ? 0x5051 : 0x5050;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue