d_a_npc_fish (#1880)

This commit is contained in:
Noah McQueen
2023-08-13 21:59:03 -06:00
committed by GitHub
parent 7e8fd320bd
commit 9ae61771ec
5 changed files with 174 additions and 547 deletions
@@ -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 */