![]() |
Routines |
| Prev: 966C | Up: Map | Next: 96A1 |
|
Used by the routine at GirlArtificialIntelligence.
|
||||||||||||||
| GirlAction_Hold | 968C | LD A,($96B7) | Jump to GirlAction_Showdown if *CurrentRaiseValue is zero. | |||||||||||
| 968F | OR A | |||||||||||||
| 9690 | JR Z,GirlAction_Showdown | |||||||||||||
| 9692 | CALL GirlAddToPot | Call GirlAddToPot. | ||||||||||||
| 9695 | XOR A | Write 00 to *CurrentRaiseValue. | ||||||||||||
| 9696 | LD ($96B7),A | |||||||||||||
|
Messaging options:
|
||||||||||||||
| 9699 | LD A,$03 | Call Messaging_Girl using message block 03. | ||||||||||||
| 969B | CALL Messaging_Girl | |||||||||||||
| 969E | LD A,$02 | Return with A=02 ("hold"). | ||||||||||||
| 96A0 | RET | |||||||||||||
| Prev: 966C | Up: Map | Next: 96A1 |