From 56c43c1e27fb6cd2c536ce12a199ad69acfd3633 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 29 Aug 2023 18:18:37 +0200 Subject: Test and fix DEO with (DEI/DEO2 et al still incorrect) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7a3af6..4e5bab3 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ endif main: $(BUILD_DIR) $(ROM) $(BIN) $(ROM): $(TOOLS_BIN2CARR) - ./tools/bin2carr/build/bin2carr -n uxn_rom -e u16 -o $(ROM) $(ROM_SRC) + ./tools/bin2carr/build/bin2carr -n uxn_rom -e u8 -o $(ROM) $(ROM_SRC) # Strip and fix header to create final .gba file. $(BIN): $(ELF) -- cgit v1.2.1