use an xor instead of the result

This commit is contained in:
yenatch 2017-12-12 23:45:32 -05:00
parent a1d9c7459b
commit 725750d69d

View File

@ -448,7 +448,7 @@ TrainerCard_Page1_PrintGameTime: ; 25415 (9:5415)
ret nz
hlcoord 15, 12
ld a, [hl]
xor %01010001 ; $7F (space) <--> $2E (colon)
xor $7f ^ $2e ; $7F (space) <--> $2E (colon)
ld [hl], a
ret