wwww
修訂 | 8e8e325d3cf3eb3aa87de81c5f016c0098e80589 (tree) |
---|---|
時間 | 2016-05-12 00:06:14 |
作者 | sparky4 <sparky4@cock...> |
Commiter | sparky4 |
added plans on page 4
@@ -0,0 +1,30 @@ | ||
1 | +playerspritesheet | |
2 | +72*128 | |
3 | +24x*# | |
4 | +###### | |
5 | +1#012# | |
6 | +2#345# | |
7 | +8#678# | |
8 | +y#9ab# | |
9 | +###### | |
10 | +background cache 72*80 | |
11 | +sprite area seems to be 28*36 each | |
12 | +56x*## | |
13 | +###### | |
14 | +7@@#-- | |
15 | +2@@#-- | |
16 | +y##### | |
17 | +------ | |
18 | + | |
19 | + | |
20 | +248*208 free mem on page left ^^; | |
21 | + | |
22 | +planned layout~ | |
23 | +##################### | |
24 | +#012 | |
25 | +#345 | |
26 | +#678 | |
27 | +#9ab | |
28 | +#@@- | |
29 | +#@@- | |
30 | +#--- |
@@ -847,7 +847,7 @@ void near animatePlayer(map_view_t *pip, player_t *player, word pn, sword scroll | ||
847 | 847 | // if(pageflipflop) |
848 | 848 | //modexCopyPageRegion(page_t *dest, page_t *src, word sx, word sy, word dx, word dy, word width, word height); |
849 | 849 | modexCopyPageRegion(pip[pip->video->p].page, |
850 | - pip[!(pip->video->p)].page, x-4, y-4, x-4, y-4, 28, 40); | |
850 | + pip[!(pip->video->p)].page, x-4, y-4, x-4, y-4, 28, 36); | |
851 | 851 | // else modexCopyPageRegion(pip[1].page, pip[0].page, x-4, y-4, x-4, y-4, 28, 40); |
852 | 852 | //modexCopyPageRegion(pip[2].page, pip[1].page, 16, 16, 16, 16, (14*8)+4, 8+4); |
853 | 853 | if(2>ls && ls>=1) { FRAME1 }else |
@@ -15,3 +15,4 @@ | ||
15 | 15 | ºÄÄ¿//³PAGE 2 º ³ |
16 | 16 | º ³//³ (Blank)º ³ |
17 | 17 | ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÄÄÄ |
18 | + |