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: LoadEDTile:
ld de, ED_Tile ld de, ED_Tile
ld hl, vFont tile $70 ld hl, vFont tile $70
ld bc, (ED_TileEnd - ED_Tile) / $8 ; BUG: BANK("Home") should be BANK(ED_Tile), although it coincidentally works as-is
; to fix the graphical bug on poor emulators lb bc, BANK("Home"), (ED_TileEnd - ED_Tile) / $8
;lb bc, BANK(ED_Tile), (ED_TileEnd - ED_Tile) / $8
jp CopyVideoDataDouble jp CopyVideoDataDouble
ED_Tile: ED_Tile: