Girl Cash Disappears
POKE 96A5,AF
Alters the following code:
96A1 LD B,A
96A2 LD A,(96B6)
96A5 SUB B
96A6 LD (96B6),A
96A9 LD A,(96B4)
96AC ADD A,B
96AD LD (96B4),A
96B0 RET
To:
96A5 XOR A
This sets the girls cash balance to zero at the start of every hand.
Lives
POKE 8CF1,nn
Sets the "lives" value when a new game is started:
8CF0 LD HL,0606
8CF3 LD ($8F7C),HL
£245 Cash
POKE 8D04,FF
POKE 8F46,FF
POKE 8F5B,FF
Sets the "cash" value when a new game is started:
8D03 LD HL,6464
8D06 LD (96B5),HL
Sets the "cash" value when a (lost) round is over:
8F45 LD HL,6464
8F48 LD (96B5),HL
Sets the "cash" value when a (won) round is over:
8F5A LD HL,$6464
8F5D LD (96B5),HL
Girl Has No Cash
POKE 8D05,0A
POKE 8F47,0A
POKE 8F5C,0A
Sets the "cash" value when a new game is started:
8D03 LD HL,6464
8D06 LD (96B5),HL
Sets the "cash" value when a (lost) round is over:
8F45 LD HL,6464
8F48 LD (96B5),HL
Sets the "cash" value when a (won) round is over:
8F5A LD HL,$6464
8F5D LD (96B5),HL