Skip to content

Commit

Permalink
Tidied the folders somewhat, removed references to splash
Browse files Browse the repository at this point in the history
  • Loading branch information
smnjameson committed Jul 28, 2022
1 parent 4fbc39d commit 47b7d5c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions includes/s65/asset/Asset_Macros.s
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,7 @@
sta $d011
}
}
_Asset_Preload: {
Start: {
.import binary "splash/bin/bin/splashstart.bin"
}
End: {
.import binary "splash/bin/bin/splashend.bin"
}
Splash:
.encoding "ascii"
.text "SPL"
.byte $00
.encoding "screencode_mixed"
}

/**
* .macro ImportSpriteset
*
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rem Set this to match you COM port in Debugger
set SERIAL=COM6
rem Your path to the S65 Library
set S65PATH=..\Shallan65
set S65PATH=.

set KICK=java -cp %S65PATH%\build\kickass.jar kickass.KickAssembler65CE02 -vicesymbols -showmem
set PNG65=node %S65PATH%\build\aseparse65\png65.js
Expand Down
Binary file removed splash/bin/bin/splashend.bin
Binary file not shown.
Binary file removed splash/bin/bin/splashstart.bin
Binary file not shown.

0 comments on commit 47b7d5c

Please sign in to comment.