diff --git a/src/Actions.s b/demos/shell/Actions.s similarity index 100% rename from src/Actions.s rename to demos/shell/Actions.s diff --git a/src/App.Init.s b/demos/shell/App.Init.s similarity index 100% rename from src/App.Init.s rename to demos/shell/App.Init.s diff --git a/src/App.Main.s b/demos/shell/App.Main.s similarity index 98% rename from src/App.Main.s rename to demos/shell/App.Main.s index 06b4d7d..77cc117 100644 --- a/src/App.Main.s +++ b/demos/shell/App.Main.s @@ -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 + diff --git a/src/App.Msg.s b/demos/shell/App.Msg.s similarity index 100% rename from src/App.Msg.s rename to demos/shell/App.Msg.s diff --git a/src/App.Tile.s b/demos/shell/App.Tile.s similarity index 100% rename from src/App.Tile.s rename to demos/shell/App.Tile.s diff --git a/src/App.TileMapBG0.s b/demos/shell/App.TileMapBG0.s similarity index 100% rename from src/App.TileMapBG0.s rename to demos/shell/App.TileMapBG0.s diff --git a/src/App.TileMapBG1.s b/demos/shell/App.TileMapBG1.s similarity index 100% rename from src/App.TileMapBG1.s rename to demos/shell/App.TileMapBG1.s diff --git a/src/App.TileSet.s b/demos/shell/App.TileSet.s similarity index 100% rename from src/App.TileSet.s rename to demos/shell/App.TileSet.s diff --git a/src/App.s b/demos/shell/App.s similarity index 100% rename from src/App.s rename to demos/shell/App.s diff --git a/src/Overlay.s b/demos/shell/Overlay.s similarity index 100% rename from src/Overlay.s rename to demos/shell/Overlay.s diff --git a/build-image.bat b/demos/shell/build-image.bat similarity index 100% rename from build-image.bat rename to demos/shell/build-image.bat diff --git a/src/font.s b/demos/shell/font.s similarity index 100% rename from src/font.s rename to demos/shell/font.s diff --git a/package-lock.json b/demos/shell/package-lock.json similarity index 100% rename from package-lock.json rename to demos/shell/package-lock.json diff --git a/package.json b/demos/shell/package.json similarity index 100% rename from package.json rename to demos/shell/package.json