mirror of
https://github.com/zeldaret/tmc
synced 2026-08-15 21:00:13 -04:00
framestate, ezlo hint
This commit is contained in:
@@ -29,7 +29,7 @@ void sub_08064470(Entity* this, ScriptExecutionContext* context) {
|
||||
}
|
||||
|
||||
void sub_08064488(void) {
|
||||
if (gPlayerState.field_0xa8 != 2) {
|
||||
if (gPlayerState.framestate != PL_STATE_SWORD) {
|
||||
gPlayerState.field_0xab = 0;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -170,7 +170,7 @@ NONMATCH("asm/non_matching/kid/sub_0806252C.inc", void sub_0806252C(Entity* this
|
||||
s32 iVar10;
|
||||
s32 iVar11;
|
||||
|
||||
uVar4 = gPlayerState.field_0xa8;
|
||||
uVar4 = gPlayerState.framestate;
|
||||
uVar3 = gPlayerEntity.z.HALF.HI;
|
||||
sVar2 = gPlayerEntity.y.HALF.HI;
|
||||
sVar1 = gPlayerEntity.x.HALF.HI;
|
||||
|
||||
Reference in New Issue
Block a user