Routines |
Prev: 48521 | Up: Map | Next: 48757 |
Used by the routine at 48757.
|
||||
Handler_BittenByDog | 48729 | LD L,(IX+16) | L=*IX+16. | |
48732 | LD H,(IX+17) | H=*IX+17. | ||
48735 | LD E,(IX+40) | E=*IX+40. | ||
48738 | LD D,(IX+41) | D=*IX+41. | ||
48741 | AND A | Set flags. | ||
48742 | SBC HL,DE | HL-=DE (with carry). | ||
48744 | RET NZ | Return if the result is not zero. | ||
48745 | LD HL,49808 | Write 100 to *49808. | ||
48748 | LD (HL),100 | |||
48750 | LD HL,49697 | HL=Messaging_LegOrf. | ||
48753 | CALL Print_BonusMessaging | Call Print_BonusMessaging. | ||
48756 | RET | Return. |
Prev: 48521 | Up: Map | Next: 48757 |