mirror of
https://github.com/zeldaret/tmc
synced 2026-08-27 00:14:02 -04:00
entity changes, textbox changes
This commit is contained in:
+2
-2
@@ -153,11 +153,11 @@ Entity* sub_08081D74(Entity* this) {
|
||||
}
|
||||
ent = 0;
|
||||
if (sub_08081E0C(this)) {
|
||||
if (!(gPlayerState.flags.all & 0x10) && !(gPlayerState.flags.all & 0x80)) {
|
||||
if (!(gPlayerState.flags & 0x10) && !(gPlayerState.flags & 0x80)) {
|
||||
ent = &gPlayerEntity;
|
||||
}
|
||||
} else {
|
||||
if (gPlayerState.flags.all & 0x400000) {
|
||||
if (gPlayerState.flags & 0x400000) {
|
||||
if (sub_080041A0(this, gUnk_03004040[0], 5, 6)) {
|
||||
ent = gUnk_03004040[0];
|
||||
} else if (sub_080041A0(this, gUnk_03004040[1], 5, 6)) {
|
||||
|
||||
Reference in New Issue
Block a user