From b2f1e0d14d76898699304c6a6d108275b7621c2d Mon Sep 17 00:00:00 2001 From: Rachel Simone Weil Date: Mon, 20 Jan 2025 22:21:38 -0600 Subject: [PATCH] Pads end of nes.asm Duplicates the image data to fill the block and make emulators happy. --- src/export/asm/nes.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/export/asm/nes.asm b/src/export/asm/nes.asm index c226e1c..20eb47f 100644 --- a/src/export/asm/nes.asm +++ b/src/export/asm/nes.asm @@ -97,3 +97,5 @@ Palette: org $10000 ds 16 ; blanks incbin "$DATAFILE" + incbin "$DATAFILE" + incbin "$DATAFILE"