From: chaoskagami Date: Sun, 19 Jun 2016 21:37:03 +0000 (-0400) Subject: Set patch descriptions to be better again X-Git-Tag: v0.1.1~11 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=af637fa8835d8ddf85f27ff06e4bbd1e5e398222;p=corbenik%2Fcorbenik.git Set patch descriptions to be better again --- diff --git a/Makefile b/Makefile index 08a08ca..0d23ef8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ rwildcard = $(foreach d, $(wildcard $1*), $(filter $(subst *, %, $2), $d) $(call rwildcard, $d/, $2)) +# Only cygwin is maybe working on windows. PATH := $(PATH):$(DEVKITARM)/bin CROSS_CC := arm-none-eabi-gcc diff --git a/contrib/mysterymachine.pco b/contrib/mysterymachine.pco index bc65247..67a97ac 100644 --- a/contrib/mysterymachine.pco +++ b/contrib/mysterymachine.pco @@ -1,5 +1,5 @@ # $name MysteryMachine Patcher (Loader) -# $desc Patches Mystery Gift in Pokemon X, Y, Omega Ruby, and Alpha Sapphire to point to SALT's servers. See . +# $desc Patches Mystery Gift in Pokemon X, Y, Omega Ruby, and Alpha Sapphire to point to SALT's servers. See # $title 000400000011C400 000400000011C500 0004000000055D00 0004000000055E00 # $ver 01 # $uuid 0001 diff --git a/contrib/svc_permission_chk_dis.pco b/contrib/svc_permission_chk_dis.pco index 929c89a..be77ae7 100644 --- a/contrib/svc_permission_chk_dis.pco +++ b/contrib/svc_permission_chk_dis.pco @@ -1,5 +1,5 @@ -# $name Disable SVC permission checks -# $desc Disables permission checks on SVC calls, so all titles have permission to use all SVC calls. This is a potential security hazard. +# $name Disable SVC Permission Checks +# $desc Disables permission checks on SVC calls, so all titles have permission to use all SVC calls. This is a potential security hazard, especially with svcBackdoor Fixup. # $ver 01 # $uuid 0002 diff --git a/host/copy.sh b/host/copy.sh index 2bae3ba..7ff450b 100755 --- a/host/copy.sh +++ b/host/copy.sh @@ -9,7 +9,11 @@ dev=/dev/sdb mnt=/mnt/ext1 mount ${dev}1 $mnt || exit 0 -cp out/arm9loaderhax.bin $mnt/arm9loaderhax.bin || exit 0 +cp out/arm9loaderhax.bin $mnt/arm9payload.bin || exit 0 +cp out/arm9loaderhax.bin $mnt/anim/boot/a.bin || exit 0 +cp out/arm9loaderhax.bin $mnt/anim/boot/l.bin || exit 0 +cp out/arm9loaderhax.bin $mnt/anim/boot/r.bin || exit 0 +cp out/arm9loaderhax.bin $mnt/anim/boot/none.bin || exit 0 rm -rf $mnt/corbenik cp -r out/corbenik $mnt/ || exit 0 cp -r input/corbenik $mnt/ || exit 0 diff --git a/patch/aadowngrade.pco b/patch/aadowngrade.pco index c047f9a..4d86975 100644 --- a/patch/aadowngrade.pco +++ b/patch/aadowngrade.pco @@ -1,5 +1,5 @@ # $name Title Downgrade Fix (11.0 NFIRM) -# $desc Removes added checks to prevent downgrade of system titles (in 11.0 NATIVE_FIRM) +# $desc Removes added checks to prevent downgrade of system titles (in 11.0 NATIVE_FIRM.) Do not use on any other native_firm. # $ver 09 # $uuid 00 # $flags require diff --git a/patch/agb_sig.pco b/patch/agb_sig.pco index d942300..49ea99d 100644 --- a/patch/agb_sig.pco +++ b/patch/agb_sig.pco @@ -1,4 +1,4 @@ -# $name AGB Signature fix +# $name AGB Signature Fix # $desc Patches signatures in AGB_FIRM. This allows booting unsigned GBA games. # $ver 09 # $uuid 39 diff --git a/patch/block_cart_update.pco b/patch/block_cart_update.pco index 80557b4..cedfb67 100644 --- a/patch/block_cart_update.pco +++ b/patch/block_cart_update.pco @@ -1,5 +1,5 @@ -# $name Block Cart Updates (Loader) -# $desc Blocks update checks on cartridges (and also allows region free carts, as a byproduct.) +# $name Block Cart Update / Cart RF (Loader) +# $desc Blocks update checks on cartridges and also allows region free carts, as a byproduct. # $title 0004013000008002 # $ver 09 # $uuid 01 diff --git a/patch/errdisp.pco b/patch/errdisp.pco index 500e972..75b1ff4 100644 --- a/patch/errdisp.pco +++ b/patch/errdisp.pco @@ -1,5 +1,5 @@ # $name ErrDisp devmode (Loader) -# $desc Forces ErrDisp into displaying developer info on crashes without developer UNITINFO. Doesn't break eShop, so there's no harm. +# $desc Forces ErrDisp into displaying developer info on crashes without developer UNITINFO. Doesn't break eShop, so there's no harm in enabling this. # $title 0004003000008A02 # $ver 09 # $uuid 04 diff --git a/patch/friends_ver.pco b/patch/friends_ver.pco index 841ed63..745ea23 100644 --- a/patch/friends_ver.pco +++ b/patch/friends_ver.pco @@ -1,5 +1,5 @@ # $name Fake Friends module version (Loader) -# $desc Allows going online without the latest firmware. +# $desc Allows going online without the latest firmware. Only enable on non-11.0.0 firmware. # $title 0004013000003202 # $ver 09 # $uuid 05 diff --git a/patch/memexec.pco b/patch/memexec.pco index b3b24aa..76702bb 100644 --- a/patch/memexec.pco +++ b/patch/memexec.pco @@ -1,5 +1,5 @@ # $name ARM11 XN Disable -# $desc Disables the XN bit on the ARM11 kernel to allow executing code from memory. May be unsafe. +# $desc Disables the XN bit on the ARM11 kernel to allow executing code from memory. May be a security hazard. # $ver 09 # $uuid 06 # $flags devmode diff --git a/patch/mset_str.pco b/patch/mset_str.pco index 7d4e8c6..d72744d 100644 --- a/patch/mset_str.pco +++ b/patch/mset_str.pco @@ -1,4 +1,4 @@ -# $name MSET Version (Loader) +# $name Settings Version String (Loader) # $desc Replaces 'Ver.' with a custom string like '.hack//1100:32U' # $title 0004001000021000 0004001000020000 0004001000022000 0004001000026000 0004001000027000 0004001000028000 # $ver 09 diff --git a/patch/prot.pco b/patch/prot.pco index a7dd6d4..707fa15 100644 --- a/patch/prot.pco +++ b/patch/prot.pco @@ -1,10 +1,10 @@ -# $name FIRM Protect -# $desc Prevents writing FIRM to the NAND during updates. +# $name FIRM Protection +# $desc Prevents writing FIRM to the NAND during updates. Enable this if booting sysNAND. # $ver 09 # $uuid 08 # $flags require -# Status: Working +# Status: Untested, but theoretically fine (Next system update I'll either brick or I won't.) rel native_p9 # String: 'exe:' diff --git a/patch/regionfree.pco b/patch/regionfree.pco index e132758..84fb41b 100644 --- a/patch/regionfree.pco +++ b/patch/regionfree.pco @@ -1,5 +1,5 @@ -# $name Region free HOME (Loader) -# $desc Allows launching installed software from any region. This is only for CIA titles. +# $name Region Free HOME (Loader) +# $desc Allows launching installed software from any region. This is only for CIA titles, not carts. # $title 0004003000008F02 0004003000008202 0004003000009802 000400300000A102 000400300000A902 000400300000B102 # $ver 09 # $uuid 09 diff --git a/patch/ro_sigs.pco b/patch/ro_sigs.pco index 1f4e1b0..3086c12 100644 --- a/patch/ro_sigs.pco +++ b/patch/ro_sigs.pco @@ -1,5 +1,5 @@ -# $name RO signature fix (Loader) -# $desc Allows usage of unsigned CRO files. This is useful for romhacks of ORAS, for example. +# $name RO Signature Fix (Loader) +# $desc Allows usage of unsigned/invalidly signed CRO files (shared objects/libraries) This is useful for romhacks of ORAS, for example. # $title 0004013000003702 # $ver 09 # $uuid 0a diff --git a/patch/unitinfo.pco b/patch/unitinfo.pco index e15fdca..e5cb189 100644 --- a/patch/unitinfo.pco +++ b/patch/unitinfo.pco @@ -1,5 +1,5 @@ # $name Developer UNITINFO -# $desc Imitates a panda's configuration. For the average user, loader ErrDisp is enough. This will break eShop/online access as long as it is enabled. +# $desc Pretend to be a developer console. For the average user, loader ErrDisp is enough. This will break eShop/online access as long as it is enabled. # $ver 09 # $uuid 0d # $flags devmode