Prev: BB3E Up: Map Next: BB88
BB62: Information for each of the dice.
Input
Output
Gamble_Dice1 BB62 DEFB $51 [0] Character index to blit.
BB63 DEFB $51 [1] First charater index.
BB64 DEFB $57 [2] End character index. (Not inclusive)
BB65 DEFB $00 [3] Count down to end of roll.
BB66 DEFB $00 [4] Start offset for when blitting character.
BB67 DEFW $0095 [5] E/W coordinate.
BB69 DEFW $0080 [7] N/S coordinate.
BB6B DEFB $10,$00,$00,$53,$51,$57,$00,$00
BB73 DEFB $9B,$00,$80,$00,$10,$00,$00,$00
BB7B DEFB $00,$00,$00,$00,$00,$00,$00,$01
BB83 DEFB $00,$00,$00,$00,$00
Prev: BB3E Up: Map Next: BB88