mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-12 06:22:35 -04:00
Template Docs For Player Action (#1279)
* generic action names * more docs * add comment * more renaming * do nothing * another rename * Swap Init * simplify name * more cleanup * setup * deku stick * PR Review * rm comment * missed some
This commit is contained in:
+2
-2
@@ -1072,7 +1072,7 @@ typedef enum PlayerUnkAA5 {
|
||||
} PlayerUnkAA5;
|
||||
|
||||
typedef void (*PlayerActionFunc)(struct Player* this, struct PlayState* play);
|
||||
typedef s32 (*PlayerFuncAC4)(struct Player* this, struct PlayState* play);
|
||||
typedef s32 (*PlayerUpperActionFunc)(struct Player* this, struct PlayState* play);
|
||||
typedef void (*PlayerFuncD58)(struct PlayState* play, struct Player* this);
|
||||
|
||||
|
||||
@@ -1198,7 +1198,7 @@ typedef struct Player {
|
||||
/* 0xAB8 */ f32 unk_AB8;
|
||||
/* 0xABC */ f32 unk_ABC;
|
||||
/* 0xAC0 */ f32 unk_AC0;
|
||||
/* 0xAC4 */ PlayerFuncAC4 unk_AC4;
|
||||
/* 0xAC4 */ PlayerUpperActionFunc upperActionFunc; // Upper body/item action functions
|
||||
/* 0xAC8 */ f32 unk_AC8;
|
||||
/* 0xACC */ s16 unk_ACC;
|
||||
/* 0xACE */ s8 unk_ACE;
|
||||
|
||||
Reference in New Issue
Block a user