Prev: A185 Up: Map Next: A1D3
A19C: Add To Score
Used by the routine at HandlerBatlet.
AddToScore A19C LD HL,$5E2C
A19F LD A,(HL)
A1A0 ADD A,C
A1A1 DAA
A1A2 LD (HL),A
A1A3 DEC HL
A1A4 LD A,(HL)
A1A5 ADC A,B
A1A6 DAA
A1A7 LD (HL),A
A1A8 DEC HL
A1A9 LD A,(HL)
A1AA ADC A,$00
A1AC DAA
A1AD LD (HL),A
This entry point is used by the routine at DrawSidePanel.
AddToScore_0 A1AE LD HL,$BFCC Write BFCC to FontPointer.
A1B1 LD ($5E01),HL
A1B4 LD HL,$50C8
This entry point is used by the routine at GameStats.
PrintScore A1B7 CALL ScreenAddress
A1BA LD DE,$5E2A
A1BD LD B,$03
This entry point is used by the routines at ClockTick and GameStats.
AddToScore_1 A1BF LD A,(DE)
A1C0 RRCA
A1C1 RRCA
A1C2 RRCA
A1C3 RRCA
A1C4 AND $0F
A1C6 CALL PrintCharacter
This entry point is used by the routine at ClockTick.
AddToScore_2 A1C9 LD A,(DE)
A1CA AND $0F
A1CC CALL PrintCharacter
A1CF INC DE
A1D0 DJNZ AddToScore_1
A1D2 RET
Prev: A185 Up: Map Next: A1D3