Restore padding to ROM

This commit is contained in:
Eduardo Quezada 2024-05-17 11:23:44 -04:00
parent 3160cbb97d
commit 6b641beb83

View file

@ -502,7 +502,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) libagbsyscall
$(ROM): $(ELF)
$(OBJCOPY) -O binary $< $@
$(FIX) $@ --silent
$(FIX) $@ -p --silent
agbcc: all