Binary tilemaps

This commit is contained in:
Remy Oukaour
2018-01-09 22:44:06 -05:00
parent feb34b49ba
commit f22485b08d
8 changed files with 68 additions and 99 deletions

View File

@@ -167,8 +167,8 @@ _TitleScreen: ; 10ed67
; Make alternating lines come in from opposite sides
; ( This part is actually totally pointless, you can't
; see anything until these values are overwritten! )
; (This part is actually totally pointless, you can't
; see anything until these values are overwritten!)
ld b, 80 / 2 ; alternate for 80 lines
ld hl, LYOverrides