From: sparky4 Date: Thu, 26 Jan 2017 02:35:15 +0000 (-0600) Subject: ==== animation fram walk ==== i polished the shit out of it and it works MUCH better... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=cd59ca5d7ec1d8d868937660a0a0525739d22dd5;p=16.git ==== animation fram walk ==== i polished the shit out of it and it works MUCH better now!! i forget about resetting page properly >.< --- diff --git a/src/lib/16_vl.c b/src/lib/16_vl.c index 023c440f..63942a08 100755 --- a/src/lib/16_vl.c +++ b/src/lib/16_vl.c @@ -292,7 +292,7 @@ void modexHiganbanaPageSetup(video_t *video) modexCalcVmemRemain(video); video->p=0; video->r=1; - video->vh=video->page[0].height+video->page[1].height+video->page[2].height+video->page[3].height; + video->vh=video->page[0].height+video->page[1].height+video->page[3].height-8;//+video->page[2].height //doslib origi var video->omemptr= vga_state.vga_graphics_ram; video->vga_draw_stride= vga_state.vga_draw_stride;