mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-26 07:49:17 +00:00
Move test app into its own demo folder
This commit is contained in:
parent
69c6104742
commit
1263375095
@ -35,8 +35,8 @@ NO_MUSIC equ 1 ; turn music + tool loading of
|
|||||||
|
|
||||||
; Allocate room to load data
|
; Allocate room to load data
|
||||||
|
|
||||||
; jsl AllocBank ; Alloc 64KB for Load/Unpack
|
jsl AllocBank ; Alloc 64KB for Load/Unpack
|
||||||
; sta BankLoad ; Store "Bank Pointer"
|
sta BankLoad ; Store "Bank Pointer"
|
||||||
|
|
||||||
; jsr MovePlayerToOrigin ; Put the player at the beginning of the map
|
; jsr MovePlayerToOrigin ; Put the player at the beginning of the map
|
||||||
|
|
||||||
@ -454,3 +454,4 @@ qtRec adrl $0000
|
|||||||
|
|
||||||
PUT App.TileMapBG0.s
|
PUT App.TileMapBG0.s
|
||||||
PUT App.TileMapBG1.s
|
PUT App.TileMapBG1.s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user