diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-03-15 21:17:25 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-03-15 21:24:10 -0700 |
| commit | af98f5f9a30e7276ffe9c21c903cc6f1a866e39c (patch) | |
| tree | a48a5365ff74fbb6282af2e9774b1aeba63642f5 /src/enemy/keese.c | |
| parent | c319dc53d3bc67909be7bbe75538d796bc99ddff (diff) | |
several more player functions done
Diffstat (limited to 'src/enemy/keese.c')
| -rw-r--r-- | src/enemy/keese.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/keese.c b/src/enemy/keese.c index 0462b254..35904a3e 100644 --- a/src/enemy/keese.c +++ b/src/enemy/keese.c @@ -43,12 +43,12 @@ void sub_08021d98(Entity* this) { void sub_08021DA8(Entity* this) { if (sub_0806F520(this)) { - gUnk_080CB6C4[this->previousActionFlag](this); + gUnk_080CB6C4[this->subAction](this); } } void sub_08021DCC(Entity* this) { - this->previousActionFlag = 2; + this->subAction = 2; } void sub_08021DD4(Entity* this) { |
