From cb36b97c086b12c8191dc776c1065e5ef25163c2 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Tue, 14 Jul 2020 21:29:47 -0600 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c59ca59..2b041e6 100644 --- a/Makefile +++ b/Makefile @@ -131,8 +131,8 @@ dist: all $(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9 ndstool -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf \ -b icon.bmp "GodMode9i;RocketRobz" \ - -g HGMA 01 "GODMODE9I" -z 80040000 -u 00030004 - python fix_ndsheader.py $(CURDIR)/$(TARGET).nds + -g HGMA 00 "GODMODE9I" -z 80040000 -u 00030004 + python27 fix_ndsheader.py $(CURDIR)/$(TARGET).nds $(TARGET).arm7: arm7/$(TARGET).elf cp arm7/$(TARGET).elf $(TARGET).arm7.elf