↓ 1 callersFunctionactive_partner_detail_enchantsDigiclone attribute rows for the partner-detail enchant grid, in the fixed order the detail view renders them: AT, CT, BL, HP, EV.
crates/odmo-persistence/src/lib.rs:132
↓ 1 callersFunctionconsume_digimon_bodyConsume a digimon (kind 1) body, mirroring `sub_1040E0`'s read order: handle pair, name, size, flag, model, two shorts, a flag, then a fixed block of
crates/odmo-protocol/src/game.rs:7085
↓ 1 callersFunctionconsume_monster_bodyConsume a monster (kind 4) body, mirroring `sub_104F80`: handle/object pair, two flags, type id, HP/scale base, a float, then a skill/effect sub-count
crates/odmo-protocol/src/game.rs:7151
↓ 1 callersFunctionconsume_tamer_bodyConsume a tamer (kind 2) body, mirroring `sub_1032C0`: handle pair, name, flag, model, size, condition flag, the 16x69 equipment block plus a 69-byte
crates/odmo-protocol/src/game.rs:7111
↓ 1 callersMethodencodeThe proactive handshake sent on TCP connect. Uses opcode -1 (65535 as u16). Wire: [FF,FF] [HS] [0,0] [0,0] [0,0] [0,0] [0,0] [CK] = 18 bytes
crates/odmo-protocol/src/character.rs:61