diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-25 16:35:54 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-25 16:35:54 -0800 |
| commit | 1f515e6958497600f277114f163b31f92acbf22c (patch) | |
| tree | 8b3789b97a81c15fd625244843aa1959d5e64580 /src/enemy/vaatiWrath.c | |
| parent | c6b88dafeaaea53b5911f128e09ebf85a05bd355 (diff) | |
doc surface types
Diffstat (limited to 'src/enemy/vaatiWrath.c')
| -rw-r--r-- | src/enemy/vaatiWrath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiWrath.c b/src/enemy/vaatiWrath.c index 1b2f96e2..25fb3dba 100644 --- a/src/enemy/vaatiWrath.c +++ b/src/enemy/vaatiWrath.c @@ -1001,7 +1001,7 @@ void VaatiWrathType0PreAction(Entity* this) { temp = gPlayerState.framestate_last; if (temp < 2) { if (temp >= 0) { - if (gPlayerState.field_0x2c == NULL) { + if (gPlayerState.item == NULL) { if (gPlayerEntity.field_0x7a.HWORD == 0) { if ((gPlayerEntity.z.HALF.HI & 0x8000U) == 0 || (gPlayerState.field_0xa != 0)) { CreateEzloHint(0xb70, 0); |
