Prev: 24672 Up: Map Next: 24840
24768: Characters' current stats
Nine groups of eight bytes, one group per character (including Magic Knight). The values are capped at 100:
Offset Effect
0 Strength (bits 0-6)
1 Happiness (bits 0-6)
2 Stamina (bits 0-6)
3 Magic level (bits 0-6) / can-help flag (bit 7)
4 Attribute
5 Character graphic index (if zero, then character is not drawn)
6 Food level (bits 0-6) / asleep flag (bit 7, reset = awake, set = asleep)
7 Index of current status text (e.g. "OFF-WHITE IS THE OTHER HALF OF YOU")
See also characters' initial stats at 49282.
24768 DEFB 0,0,0,0,0,0,0,0 Magic Knight
24776 DEFB 0,0,0,0,0,0,0,0 Off-White Knight
24784 DEFB 0,0,0,0,0,0,0,0 Aramis Le Peux
24792 DEFB 0,0,0,0,0,0,0,0 Robin of Shylock
24800 DEFB 0,0,0,0,0,0,0,0 Reggie the Rat
24808 DEFB 0,0,0,0,0,0,0,0 Rachel of Amazonia
24816 DEFB 0,0,0,0,0,0,0,0 Barker the Ent
24824 DEFB 0,0,0,0,0,0,0,0 Organon the Guard
24832 DEFB 0,0,0,0,0,0,0,0 Grunter the Bearwoolf
Prev: 24672 Up: Map Next: 24840