Prev: F1FC Up: Map Next: F245
F231: Table: Player Attributes
TablePlayerAttributes F231 DEFB $00 Horizontal co-ordinate (21-04).
F232 DEFB $00 Vertical co-ordinate (15-06).
F233 DEFB $00 Horizontal position in character block (00-03).
F234 DEFB $00 Vertical position in character block (00-03).
F235 DEFB $00 Horizontal movement indicator:
Byte Meaning
00 Stationary
01 Moving Left
FF Moving Right
F236 DEFB $00 Vertical movement indicator:
Byte Meaning
00 Stationary
01 Moving Up
FF Moving Down
PlayerSpriteID F237 DEFB $00 Sprite frame ID:
Byte Meaning
20 Facing Right Frame 1
26 Facing Right Frame 2
2C Facing Right Frame 3
32 Facing Right Frame 4
38 Facing Right Frame 5
3E Facing Right Frame 6
44 Facing Right Frame 7
4A Facing Right Frame 8
50 Facing Left Frame 1
56 Facing Left Frame 2
5C Facing Left Frame 3
62 Facing Left Frame 4
68 Facing Left Frame 5
6E Facing Left Frame 6
74 Facing Left Frame 7
7A Facing Left Frame 8
F238 DEFB $00 Sprite width: 02.
F239 DEFB $00 Sprite height: 03.
F23A DEFB $00 Sprite attribute: CYAN (05).
F23B DEFB $00
F23C DEFB $00
F23D DEFB $00
F23E DEFB $00
F23F DEFB $00
F240 DEFB $00
PlayerKeyHeld F241 DEFB $00 Key (in possession).
F242 DEFB $00
F243 DEFB $00
F244 DEFB $00
Prev: F1FC Up: Map Next: F245