Routines |
Prev: 38058 | Up: Map | Next: 38081 |
Used by the routine at CheckFullHouse.
|
||||
Handler_FullHouse | 38072 | CALL Handler_ThreeOfAKind | Call Handler_ThreeOfAKind. | |
38075 | LD (38166),HL | Write HL to *PointerDuplicateCount. | ||
If there's no three-of-a-kind then there's no full house, return here.
|
||||
38078 | RET NZ | Return there was no three-of-a-kind match found. | ||
38079 | JR Handler_Pair | Jump to Handler_Pair. |
Prev: 38058 | Up: Map | Next: 38081 |