mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-08-05 11:25:05 +00:00
Fix missing index in the dirty tile initializations
This commit is contained in:
@@ -533,7 +533,7 @@ InitTiles
|
||||
|
||||
stz TileStore+TS_SPRITE_FLAG,x ; no sprites are set at the beginning
|
||||
lda #$FFFF ; none of the tiles are dirty
|
||||
sta TileStore+TS_DIRTY
|
||||
sta TileStore+TS_DIRTY,x
|
||||
|
||||
; The next set of values are constants that are simply used as cached parameters to avoid needing to
|
||||
; calculate any of these values during tile rendering
|
||||
|
Reference in New Issue
Block a user