Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_instruction.h
Go to the documentation of this file.
1#ifndef D_A_TAG_INSTRUCTION_H
2#define D_A_TAG_INSTRUCTION_H
3
5
6class daTagInst_c : public fopAc_ac_c {
7public:
8 s16 getInstructionNo() { return fopAcM_GetParam(this) & 0xFF; }
9};
10
11#endif /* D_A_TAG_INSTRUCTION_H */
Definition d_a_tag_instruction.h:6
s16 getInstructionNo()
Definition d_a_tag_instruction.h:8
Definition f_op_actor.h:230
signed short int s16
Definition types.h:9
u32 fopAcM_GetParam(const void *i_actor)
Definition f_op_actor_mng.h:192