![]() |
Game status buffer |
| Prev: 9518 | Up: Map | Next: 954D |
|
Counts the number of cards held of each value.
|
||||
| Table_CardDuplicates | 9540 | DEFB $00 | Count of how many "Two" cards this hand holds. | |
| 9541 | DEFB $00 | Count of how many "Three" cards this hand holds. | ||
| 9542 | DEFB $00 | Count of how many "Four" cards this hand holds. | ||
| 9543 | DEFB $00 | Count of how many "Five" cards this hand holds. | ||
| 9544 | DEFB $00 | Count of how many "Six" cards this hand holds. | ||
| 9545 | DEFB $00 | Count of how many "Seven" cards this hand holds. | ||
| 9546 | DEFB $00 | Count of how many "Eight" cards this hand holds. | ||
| 9547 | DEFB $00 | Count of how many "Nine" cards this hand holds. | ||
| 9548 | DEFB $00 | Count of how many "Ten" cards this hand holds. | ||
| 9549 | DEFB $00 | Count of how many "Jack" cards this hand holds. | ||
| 954A | DEFB $00 | Count of how many "Queen" cards this hand holds. | ||
| 954B | DEFB $00 | Count of how many "King" cards this hand holds. | ||
| Table_CardDuplicates_Ace | 954C | DEFB $00 | Count of how many "Ace" cards this hand holds. | |
| Prev: 9518 | Up: Map | Next: 954D |