From 65be8135da44e1397dcdd7a818e8a7fb3a43a4aa Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Mon, 27 Jun 2022 17:22:22 -0500 Subject: [PATCH] Add test keys for new functions --- demos/tool/App.Main.s | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/demos/tool/App.Main.s b/demos/tool/App.Main.s index 548d009..179db9e 100644 --- a/demos/tool/App.Main.s +++ b/demos/tool/App.Main.s @@ -290,9 +290,10 @@ HERO_SPRITE equ SPRITE_16X16+1 :10 cmp #$0A bne :11 dec ScreenY + brl :next :11 cmp #'y' - bne :next + bne :12 lda DTile inc and #$007F @@ -300,6 +301,17 @@ HERO_SPRITE equ SPRITE_16X16+1 pha pea $0000 _GTECopyTileToDynamic + brl :next + +:12 cmp #'f' + bne :13 + pea $0000 + _GTEFillTileStore + brl :next + +:13 cmp #'m' + bne :next + _GTERefresh :next ; inc ScreenX