diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/protocol.py | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/protocol.py b/tools/protocol.py index c4c8657..0c84b2a 100755 --- a/tools/protocol.py +++ b/tools/protocol.py @@ -2391,14 +2391,13 @@ def build_context(): at(18, u16, 'unknown 3'), at(20, species, 'species'), at(22, u16, 'unknown 4'), - at(24, u16, 'unknown 5'), - at(26, u16, 'unknown 6'), - at(28, u16, 'unknown 7'), - at(30, u16, 'unknown 8'), - at(32, u16, 'unknown 9'), - at(34, u16, 'unknown 10'), + at(24, u32, 'hp'), + at(28, u32, 'max hp'), + at(32, u16, 'unknown 5'), + at(34, u8, 'attack range'), + at(35, sex, 'sex'), at(36, pos1, 'pos'), - at(39, u16, 'unknown 11'), + at(39, u16, 'unknown 6'), ], fixed_size=41, pre=[BOOT, FINISH, GM, MAGIC, SCRIPT, TIMER, 0x0089, 0x008c, 0x00b8, 0x00b9, 0x00e6, 0x00f7, 0x0143, 0x0146, 0x01d5], |