Prev: DC06 Up: Map Next: DC22
DC0E: Goldfish Game: Player Attributes
GoldfishGame_PlayerAttributes DC0E DEFB $00 Horizontal co-ordinate (18-0E).
DC0F DEFB $00 Vertical co-ordinate (10-06).
DC10 DEFB $00 Horizontal position in character block (00-03).
DC11 DEFB $00 Vertical position in character block (00-03).
GoldfishGame_FlagPlayerHorizontal DC12 DEFB $00 Horizontal movement indicator:
Byte Meaning
00 Stationary
01 Moving Left
FF Moving Right
GoldfishGame_FlagPlayerVertical DC13 DEFB $00 Vertical movement indicator:
Byte Meaning
00 Stationary
01 Moving Up
FF Moving Down
GoldfishGame_PlayerSpriteID DC14 DEFB $00 Sprite frame ID:
Byte Meaning
20 Player Swimming Frame 1
22 Player Swimming Frame 2
24 Player Swimming Frame 3
26 Player Swimming Frame 4
28 Player Swimming Frame 5
2A Player Swimming Frame 6
2C Player Swimming Frame 7
2E Player Swimming Frame 8
GoldfishGame_PlayerWidth DC15 DEFB $00 Sprite width: 02.
GoldfishGame_PlayerHeight DC16 DEFB $00 Sprite height: 01.
GoldfishGame_PlayerColour DC17 DEFB $00 Sprite attribute: White (07).
DC18 DEFB $00
DC19 DEFB $00
DC1A DEFB $00
DC1B DEFB $00
DC1C DEFB $00
DC1D DEFB $00,$00,$00,$00,$00
Prev: DC06 Up: Map Next: DC22