Routines |
Prev: 36667 | Up: Map | Next: 36732 |
Used by the routine at PlayerWonRound.
|
||||||||||||||||||
GirlLostRound | 36698 | LD HL,25700 | Write 25700 to *PlayerCash. | |||||||||||||||
36701 | LD (38581),HL | |||||||||||||||||
36704 | LD A,(36733) | A=*GirlLives. | ||||||||||||||||
36707 | OR A | Jump to GirlLostAllLives if the girl is already out of lives. | ||||||||||||||||
36708 | JR Z,GirlLostAllLives | |||||||||||||||||
36710 | DEC A | Decrease the girls life by one and write this value back to *GirlLives. | ||||||||||||||||
36711 | LD (36733),A | |||||||||||||||||
36714 | CALL JumpToInPlayGirlRoutine | Call JumpToInPlayGirlRoutine. | ||||||||||||||||
Display a random "Girl lost round" message.
|
||||||||||||||||||
36717 | LD A,5 | Call Messaging_Girl using message block 5. | ||||||||||||||||
36719 | CALL Messaging_Girl | |||||||||||||||||
36722 | XOR A | Return with A=0. | ||||||||||||||||
36723 | RET | |||||||||||||||||
Display a random "Girl lost game" message.
|
||||||||||||||||||
GirlLostAllLives | 36724 | LD A,6 | Call Messaging_Girl using message block 6. | |||||||||||||||
36726 | CALL Messaging_Girl | |||||||||||||||||
36729 | LD A,255 | Return with A=255. | ||||||||||||||||
36731 | RET |
Prev: 36667 | Up: Map | Next: 36732 |