Add table of contents (might remove if it's too cumbersome to maintain)

This commit is contained in:
Remy Oukaour
2017-12-13 00:28:48 -05:00
parent a6656a986b
commit 76ea57688e
2 changed files with 38 additions and 1 deletions

View File

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