From f05ce5d5ff7d650a439b363993f8b38b817d3efe Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Mar 2025 16:39:44 +0100 Subject: scroll: Provide an example with sprite 0 collision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scroll/include/all.s | 1 + 1 file changed, 1 insertion(+) (limited to 'scroll/include/all.s') diff --git a/scroll/include/all.s b/scroll/include/all.s index e9f059d..763feb4 100644 --- a/scroll/include/all.s +++ b/scroll/include/all.s @@ -6,6 +6,7 @@ .include "ppu.s" .include "../../shared/asm.s" .include "../../shared/joypad.s" +.include "../../shared/ppu.s" .include "reset.s" .include "palettes.s" -- cgit v1.2.3