mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-19 13:30:30 +00:00
Fix wrong variable
This commit is contained in:
parent
d3b21a91b9
commit
97d05ee926
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user