From 1f37c572642deb6d915fbd63dbfe8df6aa70f25c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 17 Dec 2014 13:33:50 -0600 Subject: [PATCH] modified: scroll.exe modified: src/lib/modex16.c modified: src/scroll.c --- scroll.exe | Bin 53819 -> 53817 bytes src/lib/modex16.c | 4 ++-- src/scroll.c | 10 ++-------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/scroll.exe b/scroll.exe index 93b99f1f41501c26158d7978bec310d603913088..43479f22f1f47eb5a0e3f2c8d6168e59f7e736b9 100644 GIT binary patch delta 96 zcmdnJgn8!@<_!@UjDnLRGn5(kOs>sPXEn}ZU|^YiFjaW+o(us-^T}s{V(vh(B9Pc- xo=grgM%~S#^%I2|&uv~lX(AJ2%x24}kBk^KH_M!0VP;g_tbAI8o#iA@2LMK}AM5}C delta 98 zcmdnFgn9Q8<_!@UjKY&6Gn5(kO|H#QXEn`YU|^YiFjaW+o(us-%gJYfVxB;;B9Pc- zo=grgM*YpA^%I2|FKk{uX(AJ2+-A$EkBk_#H_M!0VPwidth - width; word rowCounter; byte planeCounter = 4; - + //code is a bit slow here __asm { MOV AX, SCREEN_SEG ; go to the VGA memory diff --git a/src/scroll.c b/src/scroll.c index fb0cde52..d382bff2 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -741,7 +741,7 @@ mapDrawTile(tiles_t *t, word i, page_t *page, word x, word y) { } -void +void mapDrawRow(map_view_t *mv, int tx, int ty, word y) { word x; int i; @@ -757,7 +757,7 @@ mapDrawRow(map_view_t *mv, int tx, int ty, word y) { } } -void +void mapDrawCol(map_view_t *mv, int tx, int ty, word x) { int y; int i; @@ -775,12 +775,6 @@ mapDrawCol(map_view_t *mv, int tx, int ty, word x) { i += mv->map->width; } } - -/*void npcmove(map_view_t bg, map_view_t fg, ) -{ - -}*/ - void animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */sword d, short scrolloffsetswitch, int x, int y, int ls, int lp, bitmap_t *bmp) { -- 2.39.2