From d96928e5624c08a4a871688f47e83ba42c297c26 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Fri, 18 Feb 2022 12:11:22 -0600 Subject: [PATCH] Add separte TileStore bank --- demos/zelda/App.s | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demos/zelda/App.s b/demos/zelda/App.s index 231ab85..bb3e037 100644 --- a/demos/zelda/App.s +++ b/demos/zelda/App.s @@ -35,3 +35,9 @@ ASM SprMask.s KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data) SNA SPRMASK + +; Segment #6 -- 64KB Tile Store + + ASM TileStore.s + KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data) + SNA SPRMASK