From c6bc9014c10858b8cfd482289c9691b11ef6ad39 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 1 Apr 2024 17:48:55 +0200 Subject: Move assets into a global directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- basics/chr-ram.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basics/chr-ram.s') diff --git a/basics/chr-ram.s b/basics/chr-ram.s index c2fdfe9..9c29ac1 100644 --- a/basics/chr-ram.s +++ b/basics/chr-ram.s @@ -29,7 +29,7 @@ .segment "BANK0" -chr: .incbin "assets/basic.chr" +chr: .incbin "../assets/basic.chr" .segment "BANK1" .segment "BANK2" -- cgit v1.2.3