From: sparky4 Date: Fri, 21 Nov 2014 02:13:36 +0000 (-0600) Subject: modified: 16/modex16/scroll.c X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=0e608fbf9dabc2038731ac743f435978aa68f30d;p=16.git modified: 16/modex16/scroll.c modified: 16/modex16/scroll.exe edited = 352 to += tilewh*2 --- diff --git a/16/modex16/scroll.c b/16/modex16/scroll.c index 602a63be..6cf3c9d7 100644 --- a/16/modex16/scroll.c +++ b/16/modex16/scroll.c @@ -78,7 +78,7 @@ void main() { ptr = map.data; modexEnter(); screen = modexDefaultPage(); - screen.width = 352; + screen.width += (TILEWH*2); mv.page = &screen; mapGoTo(&mv, 0, 0); screen2=modexNextPage(mv.page); diff --git a/16/modex16/scroll.exe b/16/modex16/scroll.exe index c67f9137..97cc90fd 100755 Binary files a/16/modex16/scroll.exe and b/16/modex16/scroll.exe differ