mirror of
https://github.com/ApacheThunder/EZP_Recovery_Tool.git
synced 2025-06-19 03:35:35 -04:00
Update icon
* New icon/banner. * Color scheme for Files not found box updated.
This commit is contained in:
parent
f273beb5ec
commit
cf320c5c0a
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ checkarm9:
|
||||
#---------------------------------------------------------------------------------
|
||||
$(TARGET).nds : arm7/$(TARGET).elf 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 \
|
||||
|
||||
data:
|
||||
|
@ -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.
|
||||
|
||||
|
||||
Credit to Nat (nathaantfm) for helping finding out how to write to config registers to unlock the perticular card I tested this one.
|
@ -658,9 +658,9 @@ int ftp_sel() {
|
||||
_ftp_sel_dsp(sel, yc, 0);
|
||||
|
||||
if(numFiles == 0) {
|
||||
ShinoPrint(MainScreen, 42, 90, (u8 *)t_msg[0], RGB15(31,0,31), RGB15(0,0,31), 1);
|
||||
ShinoPrint(MainScreen, 42, 102, (u8 *)t_msg[1], RGB15(31,0,31), RGB15(0,0,31), 1);
|
||||
ShinoPrint(MainScreen, 42, 114, (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,31,31), RGB15(15,15,15), 1);
|
||||
ShinoPrint(MainScreen, 42, 114, (u8 *)t_msg[0], RGB15(31,31,31), RGB15(15,15,15), 1);
|
||||
}
|
||||
|
||||
while(1) {
|
||||
|
BIN
logo32.bmp
BIN
logo32.bmp
Binary file not shown.
Before Width: | Height: | Size: 630 B |
Loading…
Reference in New Issue
Block a user