diff --git a/demos/kfest-2022/demo-10/App.Main.s b/demos/kfest-2022/demo-10/App.Main.s index e6dc8d1..5dc4b55 100644 --- a/demos/kfest-2022/demo-10/App.Main.s +++ b/demos/kfest-2022/demo-10/App.Main.s @@ -61,7 +61,7 @@ Scale equ 56 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables diff --git a/demos/kfest-2022/demo-2/App.Main.s b/demos/kfest-2022/demo-2/App.Main.s index 76d17e3..62a7edb 100644 --- a/demos/kfest-2022/demo-2/App.Main.s +++ b/demos/kfest-2022/demo-2/App.Main.s @@ -47,7 +47,7 @@ appTmp0 equ 28 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_DYN_TILES ; Engine in Fast Mode + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_DYN_TILES ; Engine in Fast Mode jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables diff --git a/demos/kfest-2022/demo-3/App.Main.s b/demos/kfest-2022/demo-3/App.Main.s index 2be006a..7337c1d 100644 --- a/demos/kfest-2022/demo-3/App.Main.s +++ b/demos/kfest-2022/demo-3/App.Main.s @@ -56,7 +56,7 @@ appTmp2 equ 32 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_DYN_TILES ; Engine in Fast Mode + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_DYN_TILES ; Engine in Fast Mode jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables diff --git a/demos/kfest-2022/demo-4/App.Main.s b/demos/kfest-2022/demo-4/App.Main.s index 6c1b398..a605933 100644 --- a/demos/kfest-2022/demo-4/App.Main.s +++ b/demos/kfest-2022/demo-4/App.Main.s @@ -49,7 +49,7 @@ appTmp2 equ 32 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables diff --git a/demos/kfest-2022/demo-8/App.Main.s b/demos/kfest-2022/demo-8/App.Main.s index fe1cdc2..941f4f8 100644 --- a/demos/kfest-2022/demo-8/App.Main.s +++ b/demos/kfest-2022/demo-8/App.Main.s @@ -49,7 +49,7 @@ appTmp2 equ 32 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables diff --git a/demos/kfest-2022/demo-9/App.Main.s b/demos/kfest-2022/demo-9/App.Main.s index df58655..fd5231c 100644 --- a/demos/kfest-2022/demo-9/App.Main.s +++ b/demos/kfest-2022/demo-9/App.Main.s @@ -60,7 +60,7 @@ SpriteCount equ 54 _MTStartUp ; GTE requires the miscellaneous toolset to be running - lda #ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES + lda #ENGINE_MODE_USER_TOOL+ENGINE_MODE_TWO_LAYER+ENGINE_MODE_DYN_TILES jsr GTEStartUp ; Load and install the GTE User Tool ; Initialize local variables