diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-09-04 22:42:57 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-09-04 22:42:57 +0800 |
commit | 83a309851306f5bfd8b12a101b2a0020b1162f56 (patch) | |
tree | 8595a9a2427f7ef5324406ea16e3b2b413ad3878 /csrc/player_info.h | |
parent | da849701d3018ba5817bc4e52c20613873fee425 (diff) | |
download | rich4-83a309851306f5bfd8b12a101b2a0020b1162f56.tar.xz |
player_action_*
Diffstat (limited to 'csrc/player_info.h')
-rw-r--r-- | csrc/player_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csrc/player_info.h b/csrc/player_info.h index f842212..f24588a 100644 --- a/csrc/player_info.h +++ b/csrc/player_info.h @@ -4,8 +4,8 @@ typedef struct { uint32_t name_ptr; uint32_t f4; - uint16_t f8; - uint16_t f10; + uint16_t f8; /* 0x496b70 */ + uint16_t f10; /* 0x496b72 */ uint16_t f12; uint16_t f14; /* 0x10 */ |