mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 10:48:57 -04:00
d_a_npc_fish (#1880)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user