Define more charmap characters and use them in place of hard-coded numbers

This commit is contained in:
Remy Oukaour
2017-12-09 12:24:50 -05:00
parent 512863989f
commit 6a41d4f63e
15 changed files with 125 additions and 92 deletions

View File

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