Everlasting Summer: Samantha (WIP)

Announce (tech) demos or games releases

Moderator: Mask of Destiny

Post Reply
Tomahomae
Very interested
Posts: 69
Joined: Sat Jan 27, 2018 2:50 am
Location: Russia

Everlasting Summer: Samantha (WIP)

Post by Tomahomae »

This is a port of one of Everlasting Summer mods. For now 1st "day" is completed (taking Russian version only into account). If the game would turn out to be too big for single cartridge, I planning to split it by "volumes" which can use a common saves through a password.
0000.png
0000.png (20.9 KiB) Viewed 4851 times
0005.png
0005.png (11.29 KiB) Viewed 4851 times
0002.png
0002.png (23.94 KiB) Viewed 4851 times
Tomahomae
Very interested
Posts: 69
Joined: Sat Jan 27, 2018 2:50 am
Location: Russia

Re: Everlasting Summer: Samantha (WIP)

Post by Tomahomae »

The SDK I use for creation is BasiEgaXorz. For now I trying to unify the background draw subroutine, but it's look like that this ASM code plug doesn't work. Why can it be?

Code: Select all

Declare Asm Sub DrawBG(a1 as long)
    move.l    $c0000000,$c00004.l
    move.b    #$f, d0
    move.w #$0, $c00000.l
    dc.l    $51c8fff6 'dbra D0, (-$a,PC)
    move.l    $60200000,$c00004.l
    move.w    #$1bff, d0
    move.l    (a1)+, $c00000.l
    dc.l    $51c8fff8 'dbra D0, (-8,PC)
End Sub
0003.png
0003.png (23.67 KiB) Viewed 4841 times
0004.png
0004.png (11.91 KiB) Viewed 4841 times
Samantha.part01.rar
(256 KiB) Downloaded 541 times
Tomahomae
Very interested
Posts: 69
Joined: Sat Jan 27, 2018 2:50 am
Location: Russia

Re: Everlasting Summer: Samantha (WIP)

Post by Tomahomae »

Samantha.part02.rar
(256 KiB) Downloaded 629 times
Samantha.part03.rar
(256 KiB) Downloaded 614 times
Samantha.part04.rar
(171.07 KiB) Downloaded 647 times
Post Reply