Update icon

* New icon/banner.
* Color scheme for Files not found box updated.
This commit is contained in:
ApacheThunder 2024-08-04 20:55:28 -05:00
parent f273beb5ec
commit cf320c5c0a
5 changed files with 8 additions and 5 deletions

View File

@ -45,7 +45,7 @@ checkarm9:
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
$(TARGET).nds : arm7/$(TARGET).elf arm9/$(TARGET).elf $(TARGET).nds : arm7/$(TARGET).elf arm9/$(TARGET).elf
@ndstool -c $@ -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \ @ndstool -c $@ -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
-b $(CURDIR)/logo32.bmp "EZP Recovery Tool;Version $(VERSTRING)" \ -t banner.bin \
-g EZPR 01 "EZPRECOVERY" -z 80040000 -u 00030004 -a 00000138 -p 0001 \ -g EZPR 01 "EZPRECOVERY" -z 80040000 -u 00030004 -a 00000138 -p 0001 \
data: data:

View File

@ -29,3 +29,6 @@ After running this tool with the pin lifted (I don't recommend you attempt to fl
Hopefully once EZFlash becomes aware of this tool they may push out a fw update that doesn't lock the chip. Perhaps they will use this program as official method of restoring the card. Hopefully once EZFlash becomes aware of this tool they may push out a fw update that doesn't lock the chip. Perhaps they will use this program as official method of restoring the card.
Credit to Nat (nathaantfm) for helping finding out how to write to config registers to unlock the perticular card I tested this one.

View File

@ -658,9 +658,9 @@ int ftp_sel() {
_ftp_sel_dsp(sel, yc, 0); _ftp_sel_dsp(sel, yc, 0);
if(numFiles == 0) { if(numFiles == 0) {
ShinoPrint(MainScreen, 42, 90, (u8 *)t_msg[0], RGB15(31,0,31), RGB15(0,0,31), 1); ShinoPrint(MainScreen, 42, 90, (u8 *)t_msg[0], RGB15(31,31,31), RGB15(15,15,15), 1);
ShinoPrint(MainScreen, 42, 102, (u8 *)t_msg[1], RGB15(31,0,31), RGB15(0,0,31), 1); ShinoPrint(MainScreen, 42, 102, (u8 *)t_msg[1], RGB15(31,31,31), RGB15(15,15,15), 1);
ShinoPrint(MainScreen, 42, 114, (u8 *)t_msg[0], RGB15(31,0,31), RGB15(0,0,31), 1); ShinoPrint(MainScreen, 42, 114, (u8 *)t_msg[0], RGB15(31,31,31), RGB15(15,15,15), 1);
} }
while(1) { while(1) {

BIN
icon.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B