Move test app into its own demo folder

This commit is contained in:
Lucas Scharenbroich 2021-08-26 16:24:46 -05:00
parent 69c6104742
commit 1263375095
14 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,8 @@ NO_MUSIC equ 1 ; turn music + tool loading of
; Allocate room to load data
; jsl AllocBank ; Alloc 64KB for Load/Unpack
; sta BankLoad ; Store "Bank Pointer"
jsl AllocBank ; Alloc 64KB for Load/Unpack
sta BankLoad ; Store "Bank Pointer"
; jsr MovePlayerToOrigin ; Put the player at the beginning of the map
@ -454,3 +454,4 @@ qtRec adrl $0000
PUT App.TileMapBG0.s
PUT App.TileMapBG1.s