From 8e8e325d3cf3eb3aa87de81c5f016c0098e80589 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 11 May 2016 10:06:14 -0500 Subject: [PATCH] added plans on page 4 ^^ --- page3nfo.txt | 30 ++++++++++++++++++++++++++++++ src/lib/scroll16.c | 2 +- videolay.txt | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100755 page3nfo.txt diff --git a/page3nfo.txt b/page3nfo.txt new file mode 100755 index 00000000..40199edc --- /dev/null +++ b/page3nfo.txt @@ -0,0 +1,30 @@ +playerspritesheet +72*128 +24x*# +###### +1#012# +2#345# +8#678# +y#9ab# +###### +background cache 72*80 +sprite area seems to be 28*36 each +56x*## +###### +7@@#-- +2@@#-- +y##### +------ + + +248*208 free mem on page left ^^; + +planned layout~ +##################### +#012 +#345 +#678 +#9ab +#@@- +#@@- +#--- diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index 65938e63..c78c8e68 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -847,7 +847,7 @@ void near animatePlayer(map_view_t *pip, player_t *player, word pn, sword scroll // 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); + pip[!(pip->video->p)].page, x-4, y-4, x-4, y-4, 28, 36); // else modexCopyPageRegion(pip[1].page, pip[0].page, x-4, y-4, x-4, y-4, 28, 40); //modexCopyPageRegion(pip[2].page, pip[1].page, 16, 16, 16, 16, (14*8)+4, 8+4); if(2>ls && ls>=1) { FRAME1 }else diff --git a/videolay.txt b/videolay.txt index 0567811c..d9cdada3 100755 --- a/videolay.txt +++ b/videolay.txt @@ -15,3 +15,4 @@ ºÄÄ¿//³PAGE 2 º ³ º ³//³ (Blank)º ³ ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÄÄÄ + -- 2.39.5