Skip to content

Commit fd5b6ec

Browse files
committed
Derp fix
1 parent 6b3a74d commit fd5b6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booter_fc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ autoboot:
287287
#### DSpico
288288
cp booter_fc.dsi _picoboot.nds
289289
mkdir -p "../7zfile/Flashcard users/Autoboot/DSpico/"
290-
mv bootme.nds "../7zfile/Flashcard users/Autoboot/DSpico/_picoboot.nds"
290+
mv _picoboot.nds "../7zfile/Flashcard users/Autoboot/DSpico/_picoboot.nds"
291291

292292
$(TARGET).nds: makearm7_fc makearm7_r4ils makearm9_fc makearm9_r4ig makearm9_acekard2 makearm9_r4idsn
293293
ndstool -c $(TARGET)_fc.dsi -7 $(TARGET)_r4ils.arm7.elf -9 $(TARGET)_fc.arm9.elf -g SRLA 01 "TWLMENUPP" -b icon.bmp "TWiLight Menu++;Rocket Robz"

0 commit comments

Comments
 (0)