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

@@ -2474,8 +2474,10 @@ Function56cd: ; 56cd
push bc
call Coord2Tile
pop bc
; NPCs disappear if standing on tile $60-$7f (or $e0-$ff),
; since those IDs are for text characters and textbox frames.
ld a, [hl]
cp MAPOBJECT_VISIBLE_TILE_LIMIT
cp FIRST_REGULAR_TEXT_CHAR
jr nc, .nope
.ok8
dec d