From: sparky4 Date: Wed, 11 May 2016 14:37:52 +0000 (-0500) Subject: now i gotta get the background preserved ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=6ff31a5d9db2efecc730c6b726c656c81a395562;p=16.git now i gotta get the background preserved ^^ --- diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index 3d5e674b..65938e63 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -845,6 +845,7 @@ void near animatePlayer(map_view_t *pip, player_t *player, word pn, sword scroll #define FRAME4 modexClearRegion(pip[!(pip->video->p)].page, x, y, 24, 32, 1+dire); #endif // if(pageflipflop) +//modexCopyPageRegion(page_t *dest, page_t *src, word sx, word sy, word dx, word dy, word width, word height); modexCopyPageRegion(pip[pip->video->p].page, pip[!(pip->video->p)].page, x-4, y-4, x-4, y-4, 28, 40); // else modexCopyPageRegion(pip[1].page, pip[0].page, x-4, y-4, x-4, y-4, 28, 40);