Routines |
Prev: 9359 | Up: Map | Next: 9386 |
Used by the routine at CheckFourOfAKind.
|
||||
Check if there is a full house.
|
||||
CheckFullHouse | 936E | CALL Handler_FullHouse | Call Handler_FullHouse. | |
9371 | JR NZ,CheckFlush | Jump to CheckFlush if there are no full house matches. | ||
There is a full house! Process it.
|
||||
9373 | LD HL,($9516) | HL=*PointerDuplicateCount. | ||
9376 | CALL CalculateCard | Call CalculateCard. | ||
9379 | LD ($949C),A | Write A to *TableHandEvaluation_BaseCard. | ||
Record this hand "type".
|
||||
937C | LD A,$07 | Write "Full House" to *TableHandEvaluation_Type. | ||
937E | LD ($949B),A | |||
9381 | XOR A | Write 00 to *TableHandEvaluation_BaseCardSuit. | ||
9382 | LD ($949D),A | |||
9385 | RET | Return. |
Prev: 9359 | Up: Map | Next: 9386 |