From 6b641beb8352fcf18b7ddffeef71d840d1791e86 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Fri, 17 May 2024 11:23:44 -0400 Subject: [PATCH] Restore padding to ROM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34df6667ba..fffc03dfc6 100644 --- a/Makefile +++ b/Makefile @@ -502,7 +502,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) libagbsyscall $(ROM): $(ELF) $(OBJCOPY) -O binary $< $@ - $(FIX) $@ --silent + $(FIX) $@ -p --silent agbcc: all