From e6c75f2d8487311914abb327a67e183a188df3d7 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 29 May 2018 16:43:04 +0200 Subject: Fix disassembling mistakes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93cfddb..8d0f2db 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROMS := pokegold-spaceworld.gb BASEROM := baserom.gb -OBJS := home.o main.o wram.o hram.o shim.o +OBJS := home.o main.o audio.o sram.o wram.o hram.o shim.o # Link objects together to build a rom. all: $(ROMS) compare @@ -34,7 +34,7 @@ $(ROMS): $(OBJS) rgbfix -f -v -k 01 -l 0x33 -m 0x03 -p 0 -r 3 -t "POKEMON2GOLD" $@ compare: $(ROMS) $(BASEROM) - cmp $^ + cmp -l $^ # Remove files generated by the build process. clean: -- cgit v1.2.3