Unpadded ROM size.

This commit is contained in:
Ariel Antonitis 2020-06-12 02:59:34 -04:00
parent eb55f6bd0a
commit a2c8ab6a09

View file

@ -335,7 +335,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) berry_fix libagbsyscall
$(ROM): $(ELF)
$(OBJCOPY) -O binary $< $@
$(FIX) $@ -p --silent
$(FIX) $@ --silent
modern: ; @$(MAKE) MODERN=1