Fix wrong variable

This commit is contained in:
Lucas Scharenbroich 2021-08-09 09:17:25 -05:00
parent d3b21a91b9
commit 97d05ee926

View File

@ -191,7 +191,7 @@ _UpdateBG0TileMap
beq :NoXUpdate ; no, so we can ignore this
sec
sbc BG0TileOriginX ; find the difference
sbc OldBG0TileOriginX ; find the difference
bpl :DoRightSide ; did we move in a pos or neg?
; Handle the two sides in an analagous way as the vertical code
@ -399,5 +399,6 @@ MAX_TILE_Y equ 25