aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2020-04-24 19:46:14 -0500
committerTa180m2020-04-24 19:46:14 -0500
commit01be706aacfdfbcdff6514c5cbb7d0f609cf938e (patch)
tree0f408a351a2ddd958d5baa01f243557edfb8a995
parent69ca7d2694e06bb131302f99a3f56a69d648cdd2 (diff)
Attempt to fix icon
-rw-r--r--Make-Forwarder-Dsi.ndsbin551936 -> 542144 bytes
-rw-r--r--Makefile2
-rw-r--r--icon.bmpbin0 -> 4150 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Make-Forwarder-Dsi.nds b/Make-Forwarder-Dsi.nds
index 3dbb191..7fba710 100644
--- a/Make-Forwarder-Dsi.nds
+++ b/Make-Forwarder-Dsi.nds
Binary files differ
diff --git a/Makefile b/Makefile
index 14f3896..d7e1588 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ checkarm9:
#---------------------------------------------------------------------------------
$(TARGET).nds : $(NITRO_FILES) arm7/$(TARGET).elf arm9/$(TARGET).elf
ndstool -u 00030004 -g EDO0 -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
- -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \
+ -b icon.bmp "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \
$(_ADDFILES)
#---------------------------------------------------------------------------------
diff --git a/icon.bmp b/icon.bmp
new file mode 100644
index 0000000..941f0b0
--- /dev/null
+++ b/icon.bmp
Binary files differ