mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-11-24 01:21:23 +00:00
Small bug
This commit is contained in:
BIN
019.hori_scroll/bin/hori_scroll.adf
Normal file
BIN
019.hori_scroll/bin/hori_scroll.adf
Normal file
Binary file not shown.
@ -60,7 +60,7 @@ UpdateHoriScrollPos:
|
||||
bra .done
|
||||
.switchToLeft:
|
||||
move.l #1,directionLeft
|
||||
move.l #SCREEN_WIDTH,hpos
|
||||
move.l #SCREEN_WIDTH-1,hpos
|
||||
bra .done
|
||||
.left:
|
||||
sub.l #1,hpos
|
||||
|
||||
Reference in New Issue
Block a user