diff options
author | Ta180m | 2020-04-24 19:46:14 -0500 |
---|---|---|
committer | Ta180m | 2020-04-24 19:46:14 -0500 |
commit | 01be706aacfdfbcdff6514c5cbb7d0f609cf938e (patch) | |
tree | 0f408a351a2ddd958d5baa01f243557edfb8a995 | |
parent | 69ca7d2694e06bb131302f99a3f56a69d648cdd2 (diff) |
Attempt to fix icon
-rw-r--r-- | Make-Forwarder-Dsi.nds | bin | 551936 -> 542144 bytes | |||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | icon.bmp | bin | 0 -> 4150 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Make-Forwarder-Dsi.nds b/Make-Forwarder-Dsi.nds Binary files differindex 3dbb191..7fba710 100644 --- a/Make-Forwarder-Dsi.nds +++ b/Make-Forwarder-Dsi.nds @@ -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 Binary files differnew file mode 100644 index 0000000..941f0b0 --- /dev/null +++ b/icon.bmp |