Prev: 61948 Up: Map Next: 62021
62001: Table: Player Attributes
TablePlayerAttributes 62001 DEFB 0 Horizontal co-ordinate (33-4).
62002 DEFB 0 Vertical co-ordinate (21-6).
62003 DEFB 0 Horizontal position in character block (0-3).
62004 DEFB 0 Vertical position in character block (0-3).
62005 DEFB 0 Horizontal movement indicator:
Byte Meaning
0 Stationary
1 Moving Left
255 Moving Right
62006 DEFB 0 Vertical movement indicator:
Byte Meaning
0 Stationary
1 Moving Up
255 Moving Down
PlayerSpriteID 62007 DEFB 0 Sprite frame ID:
Byte Meaning
32 Facing Right Frame 1
38 Facing Right Frame 2
44 Facing Right Frame 3
50 Facing Right Frame 4
56 Facing Right Frame 5
62 Facing Right Frame 6
68 Facing Right Frame 7
74 Facing Right Frame 8
80 Facing Left Frame 1
86 Facing Left Frame 2
92 Facing Left Frame 3
98 Facing Left Frame 4
104 Facing Left Frame 5
110 Facing Left Frame 6
116 Facing Left Frame 7
122 Facing Left Frame 8
62008 DEFB 0 Sprite width: 2.
62009 DEFB 0 Sprite height: 3.
62010 DEFB 0 Sprite attribute: CYAN (5).
62011 DEFB 0
62012 DEFB 0
62013 DEFB 0
62014 DEFB 0
62015 DEFB 0
62016 DEFB 0
PlayerKeyHeld 62017 DEFB 0 Key (in possession).
62018 DEFB 0
62019 DEFB 0
62020 DEFB 0
Prev: 61948 Up: Map Next: 62021