Prev: 94AA Up: Map Next: 94C1
94B8: Handler: Full House
Used by the routine at CheckFullHouse.
Handler_FullHouse 94B8 CALL Handler_ThreeOfAKind Call Handler_ThreeOfAKind.
94BB LD ($9516),HL Write HL to *PointerDuplicateCount.
If there's no three-of-a-kind then there's no full house, return here.
94BE RET NZ Return there was no three-of-a-kind match found.
94BF JR Handler_Pair Jump to Handler_Pair.
Prev: 94AA Up: Map Next: 94C1