diff --git a/demos/kfest-2022/demo-1/App.Main.s b/demos/kfest-2022/demo-1/App.Main.s index d4d740f..6ad1f60 100644 --- a/demos/kfest-2022/demo-1/App.Main.s +++ b/demos/kfest-2022/demo-1/App.Main.s @@ -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 diff --git a/demos/kfest-2022/demo-5/App.Main.s b/demos/kfest-2022/demo-5/App.Main.s index ea64999..0a8d54b 100644 --- a/demos/kfest-2022/demo-5/App.Main.s +++ b/demos/kfest-2022/demo-5/App.Main.s @@ -59,8 +59,9 @@ SpriteCount equ 50 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #0 ; Engine in Fast Mode + lda #ENGINE_MODE_USER_TOOL ; Engine in Fast Mode jsr GTEStartUp ; Load and install the GTE User Tool + jsr SoundStartUp jsr StartMusic