mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-19 13:30:30 +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
|
; 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
|
||||||
|
@ -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
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user