diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-09-26 16:39:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 07:39:38 -0700 |
| commit | bd553a1ca83a6135604920e8f073ebe29122bc5a (patch) | |
| tree | a84c34487578cfae9ddab32c4e43ea83fc932e60 /include/m_actor.h | |
| parent | 5fb92a5079f8e2ccf67d5593236a62dff6cd3638 (diff) | |
m_player controller functions (#217)
* player work1
* m_player_controller
* format
Diffstat (limited to 'include/m_actor.h')
| -rw-r--r-- | include/m_actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_actor.h b/include/m_actor.h index 819d7dc..1c17587 100644 --- a/include/m_actor.h +++ b/include/m_actor.h @@ -42,6 +42,7 @@ typedef enum ActorFootIndex { typedef enum FgNameF000 { /* 0x0 */ FGNAME_F000_0 = 0x0, /* 0x0 */ FGNAME_F000_1 = 0x1, + /* 0x4 */ FGNAME_F000_4 = 0x4, /* 0x5 */ FGNAME_F000_5 = 0x5, /* 0x8 */ FGNAME_F000_8 = 0x8, /* 0xD */ FGNAME_F000_D = 0xD, |
