Improve comment about the "ED" tile bug (#421)

This commit is contained in:
SatoMew 2023-07-17 02:22:06 +01:00 committed by GitHub
parent c42b7167ce
commit a38c7922dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,9 +326,8 @@ DisplayNamingScreen:
LoadEDTile:
ld de, ED_Tile
ld hl, vFont tile $70
ld bc, (ED_TileEnd - ED_Tile) / $8
; to fix the graphical bug on poor emulators
;lb bc, BANK(ED_Tile), (ED_TileEnd - ED_Tile) / $8
; BUG: BANK("Home") should be BANK(ED_Tile), although it coincidentally works as-is
lb bc, BANK("Home"), (ED_TileEnd - ED_Tile) / $8
jp CopyVideoDataDouble
ED_Tile: