mirror of
https://github.com/zeldaret/tp
synced 2026-08-02 00:24:25 -04:00
npc_kn mostly done (#2609)
* npc_kn mostly done * fix shieldD * pr fixes * weak func fixes
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
/* 80C477B4 */ void hitPrtclSet();
|
||||
|
||||
u8 getActionMode() { return mActionMode; }
|
||||
void setActionMode(u8 i_action) { mActionMode = i_action; }
|
||||
|
||||
private:
|
||||
/* 0x568 */ u8 field_0x568[0x70c - 0x568];
|
||||
|
||||
Reference in New Issue
Block a user