mirror of https://github.com/pret/pokecrystal.git
use an xor instead of the result
This commit is contained in:
parent
a1d9c7459b
commit
725750d69d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue