More charmap and home/text.asm documentation for JP chars

This commit is contained in:
Remy Oukaour
2018-01-18 18:34:20 -05:00
parent 676b585375
commit 2acaa96cf1
27 changed files with 333 additions and 306 deletions

View File

@@ -134,7 +134,7 @@ PrintRadioLine:
cp 2
jr nc, .print
inc hl
ld [hl], "<START>"
ld [hl], TX_START
inc a
ld [wNumRadioLinesPrinted], a
cp 2
@@ -813,7 +813,7 @@ CopyDexEntryPart1:
ld bc, SCREEN_WIDTH - 1
call FarCopyBytes
ld hl, wPokedexShowPointerAddr
ld [hl], "<START>"
ld [hl], TX_START
inc hl
ld [hl], "<LINE>"
inc hl