Commit TF4 demo changes

This commit is contained in:
Lucas Scharenbroich 2022-08-16 19:48:26 -05:00
parent bd1de7f83c
commit 3fa0f94aaf
3 changed files with 6 additions and 7 deletions

View File

@ -58,11 +58,11 @@ appTmp0 equ 28
; Load a tileset ; Load a tileset
pea 0 ; pea 0
pea 256 ; pea 256
pea #^tiledata ; pea #^tiledata
pea #tiledata ; pea #tiledata
_GTELoadTileSet ; _GTELoadTileSet
pea $0000 pea $0000
pea #^TileSetPalette pea #^TileSetPalette

View File

@ -1,3 +1,3 @@
Basic scroller with SMB background Thunder Force IV scanline demo
- q to quit; arrows to scroll, numbers to select screen size - q to quit; arrows to scroll, numbers to select screen size
- make sure Overlay is present - make sure Overlay is present

View File

@ -1,2 +1 @@
GTEDemo1=Type(B3),AuxType(0000),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)
GTETF4=Type(B3),AuxType(0000),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000) GTETF4=Type(B3),AuxType(0000),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)