mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-20 21:29:14 +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
|
beq :NoXUpdate ; no, so we can ignore this
|
||||||
|
|
||||||
sec
|
sec
|
||||||
sbc BG0TileOriginX ; find the difference
|
sbc OldBG0TileOriginX ; find the difference
|
||||||
bpl :DoRightSide ; did we move in a pos or neg?
|
bpl :DoRightSide ; did we move in a pos or neg?
|
||||||
|
|
||||||
; Handle the two sides in an analagous way as the vertical code
|
; 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