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.
Everlasting Summer: Samantha (WIP)
Moderator: Mask of Destiny
Re: Everlasting Summer: Samantha (WIP)
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