]> Chaos Git - corbenik/corbenik.git/commitdiff
Set patch descriptions to be better again
authorchaoskagami <chaos.kagami@gmail.com>
Sun, 19 Jun 2016 21:37:03 +0000 (17:37 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sun, 19 Jun 2016 21:37:03 +0000 (17:37 -0400)
15 files changed:
Makefile
contrib/mysterymachine.pco
contrib/svc_permission_chk_dis.pco
host/copy.sh
patch/aadowngrade.pco
patch/agb_sig.pco
patch/block_cart_update.pco
patch/errdisp.pco
patch/friends_ver.pco
patch/memexec.pco
patch/mset_str.pco
patch/prot.pco
patch/regionfree.pco
patch/ro_sigs.pco
patch/unitinfo.pco

index 08a08ca28c9fe8a33e021481d70ffef690879109..0d23ef86ac847e0157e163c351f5660dcc131b10 100644 (file)
--- 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
index bc652477ffea6e0fb5ccd88defcf7901045660be..67a97ac449e9a93a62673303a968997938921e06 100644 (file)
@@ -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 <https://mys.salthax.org/>.
+# $desc  Patches Mystery Gift in Pokemon X, Y, Omega Ruby, and Alpha Sapphire to point to SALT's servers. See <https://mys.salthax.org/>
 # $title 000400000011C400 000400000011C500 0004000000055D00 0004000000055E00
 # $ver   01
 # $uuid  0001
index 929c89a9ccb40f8e8252275a7bb59e6087040ed0..be77ae7e5e4a0ecb34b73a09e90bec7d3b312c27 100644 (file)
@@ -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
 
index 2bae3bae7835fe81bb52de3fd7e5a8938e7d820d..7ff450b12edd5c534bc53310bf0ffad8ed1a8936 100755 (executable)
@@ -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
index c047f9a457dd8dce9875dab2345831278f184cb2..4d86975e17aab76028b99d84e0c233aa0914a5e9 100644 (file)
@@ -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
index d942300acb36b146b5789457ca2fc977ec9e6d85..49ea99d8abdb0b59509582af3a33fcc9d02eded5 100644 (file)
@@ -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
index 80557b425b8e92f5a721dbb9daa1a798d4e24fa0..cedfb67e2647157349abd891e08c4297bfa9b45b 100644 (file)
@@ -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
index 500e9727dad21d5582f0015f6d53f9a153340c1a..75b1ff447dc55ac7ee0074a2e80713e5c068272e 100644 (file)
@@ -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
index 841ed6318b1d68b9e11fd7c004c1fa8e90698b1c..745ea23cef96801c4d60af5af82ead3549878877 100644 (file)
@@ -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
index b3b24aa02f1fd3c393cd35b77a67c57393d210f3..76702bb2bd0984a94a6214506725e44c072b636b 100644 (file)
@@ -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
index 7d4e8c67fb8d9553253fd9c95a2a8253b846311f..d72744d2d2dff92f67998aa19aa0748330d5efee 100644 (file)
@@ -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
index a7dd6d404ad68ee6ba4e628fa5662fe86768cc7b..707fa15bbe181bffcb662f812ecfa64c2dd544a7 100644 (file)
@@ -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:'
index e132758d8d2fa9a97d790b5497511198c685ee9e..84fb41b924c357456844c86ef70e856a3a8bc836 100644 (file)
@@ -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
index 1f4e1b0e54699ec9edda74b7cf18fa0ee04dcbbb..3086c12711e3d7dfc507feb586bb81ba19eac19d 100644 (file)
@@ -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
index e15fdcaa630445977006edcdc3bfdd6282cac2a1..e5cb1898e9648cdf8ca2643dfeb66281e053f5b4 100644 (file)
@@ -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