Page 1 of 1
Everlasting Summer: Samantha (WIP)
Posted: Sun May 12, 2024 3:14 pm
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 (20.9 KiB) Viewed 5515 times

- 0005.png (11.29 KiB) Viewed 5515 times

- 0002.png (23.94 KiB) Viewed 5515 times
Re: Everlasting Summer: Samantha (WIP)
Posted: Sun May 12, 2024 3:31 pm
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 (23.67 KiB) Viewed 5505 times

- 0004.png (11.91 KiB) Viewed 5505 times
Re: Everlasting Summer: Samantha (WIP)
Posted: Sun May 12, 2024 3:32 pm
by Tomahomae