Prev: 38120 Up: Map Next: 38157
38150: Handler: Pair
Used by the routines at CheckPair and Handler_FullHouse.
Handler_Pair 38150 LD B,13 Set a counter in B of the number of possible values of cards there are in one suit.
38152 LD HL,38207 HL=38207 (e.g. Table_CardDuplicates-1).
Utilise the "second pair loop" check to check for a single pair.
38155 JR CheckSecondPair_Loop Jump to CheckSecondPair_Loop.
Prev: 38120 Up: Map Next: 38157