Prev: 94E8 Up: Map Next: 950D
9506: Handler: Pair
Used by the routines at CheckPair and Handler_FullHouse.
Handler_Pair 9506 LD B,$0D Set a counter in B of the number of possible values of cards there are in one suit.
9508 LD HL,$953F HL=953F (e.g. Table_CardDuplicates-01).
Utilise the "second pair loop" check to check for a single pair.
950B JR CheckSecondPair_Loop Jump to CheckSecondPair_Loop.
Prev: 94E8 Up: Map Next: 950D