1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-16 13:44:48 +02:00

Move assets to VitePress

This commit is contained in:
lifehackerhansol
2024-09-16 01:39:24 -07:00
parent 75fd318ab3
commit cf408fbf94
148 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
# last changed: 20171118
# author: figgyc
set ERRORMSG "HOME Menu extdata removal failed"
set SUCCESSMSG "HOME Menu extdata removal success"
ask "This will remove the HOME Menu extdata from your SD.\n\nContinue?"
# allow "SYSNAND SD" (Nintendo 3DS folder) modifications
allow -a A:/
# EUR
rm -o -s A:/extdata/00000000/00000098
# JPN
rm -o -s A:/extdata/00000000/00000082
# USA
rm -o -s A:/extdata/00000000/0000008f
# CHN
rm -o -s A:/extdata/00000000/000000A1
# KOR
rm -o -s A:/extdata/00000000/000000A9
# TWN
rm -o -s A:/extdata/00000000/000000B1