mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-21 20:30:50 +00:00
Commit TF4 demo changes
This commit is contained in:
parent
bd1de7f83c
commit
3fa0f94aaf
@ -58,11 +58,11 @@ appTmp0 equ 28
|
||||
|
||||
; Load a tileset
|
||||
|
||||
pea 0
|
||||
pea 256
|
||||
pea #^tiledata
|
||||
pea #tiledata
|
||||
_GTELoadTileSet
|
||||
; pea 0
|
||||
; pea 256
|
||||
; pea #^tiledata
|
||||
; pea #tiledata
|
||||
; _GTELoadTileSet
|
||||
|
||||
pea $0000
|
||||
pea #^TileSetPalette
|
||||
|
@ -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
|
||||
- make sure Overlay is present
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user