diff options
| author | Noah McQueen <67965519+Yotona@users.noreply.github.com> | 2023-08-13 21:59:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-14 06:59:03 +0300 |
| commit | 9ae61771ec058c8e2a67ac08054e0e1e1ef6ce8b (patch) | |
| tree | 2a666c1de5db63912f49349bc85cc25c0f8ea053 /include | |
| parent | 7e8fd320bd618b802ef3683930394378dd9f07ba (diff) | |
d_a_npc_fish (#1880)
Diffstat (limited to 'include')
| -rw-r--r-- | include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h b/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h index 409eae9508..b6967cfc02 100644 --- a/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h +++ b/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h @@ -2,5 +2,16 @@ #define D_A_NPC_FISH_H #include "dolphin/types.h" +#include "f_op/f_op_actor_mng.h" + +class npc_fish_class : public fopAc_ac_c { + /* 0x568 */ u8 field_0x568[0x5b4 - 0x568]; // unused in TU, unsure of type +}; + +struct fish_data_s { + /* 0x00 */ int param; + /* 0x04 */ Vec pos; + /* 0x10 */ u8 field_0x10; +}; #endif /* D_A_NPC_FISH_H */ |
