From: chaoskagami Date: Mon, 26 Dec 2016 23:52:27 +0000 (-0500) Subject: Renumber patches and rename to make it easier to determine the naming X-Git-Tag: v0.3.1~50 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=1e1f02697f1c98937bbfef68c0675d83a2ae34fe;p=corbenik%2Fcorbenik.git Renumber patches and rename to make it easier to determine the naming --- diff --git a/patch/sig.pco b/patch/00_sig.pco similarity index 89% rename from patch/sig.pco rename to patch/00_sig.pco index 37c5090..79bff67 100644 --- a/patch/sig.pco +++ b/patch/00_sig.pco @@ -1,9 +1,8 @@ # $name Signature Fix # $desc Disables signature checks on all content. # $title 0004013800000002 0004013820000002 -# $ver 09 -# $uuid 0c -# $flags require +# $ver 0A +# $uuid 00 # Status: Working diff --git a/patch/prot.pco b/patch/01_firmprot.pco similarity index 94% rename from patch/prot.pco rename to patch/01_firmprot.pco index a7316ce..c40176b 100644 --- a/patch/prot.pco +++ b/patch/01_firmprot.pco @@ -1,11 +1,8 @@ # $name FIRM Protection # $desc Prevents writing FIRM to the NAND during updates. Enable this if booting sysNAND. # $title 0004013800000002 0004013820000002 -# $ver 09 -# $uuid 08 -# $flags require - -# Status: Working +# $ver 0A +# $uuid 01 # # The firmprot patch works by nop'ing out a jump in Process9 which normally diff --git a/patch/aadowngrade.pco b/patch/02_antiantidg.pco similarity index 95% rename from patch/aadowngrade.pco rename to patch/02_antiantidg.pco index 4f6fa6c..c673bf4 100644 --- a/patch/aadowngrade.pco +++ b/patch/02_antiantidg.pco @@ -1,9 +1,8 @@ # $name Title Downgrade Fix (11.0+ NFIRM) # $desc Removes added checks to prevent downgrade of system titles (in 11.0+ NATIVE_FIRM ONLY) # $title 0004013800000002 0004013820000002 -# $ver 09 -# $uuid 00 -# $flags require +# $ver 0A +# $uuid 02 # Status: Working diff --git a/patch/unitinfo.pco b/patch/03_unitinfo.pco similarity index 88% rename from patch/unitinfo.pco rename to patch/03_unitinfo.pco index 04a1714..228f5f1 100644 --- a/patch/unitinfo.pco +++ b/patch/03_unitinfo.pco @@ -1,9 +1,8 @@ # $name Developer UNITINFO # $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. # $title 0004013800000002 0004013820000002 -# $ver 09 -# $uuid 0d -# $flags devmode +# $ver 0A +# $uuid 03 # Status: untested, but should work diff --git a/patch/memexec.pco b/patch/04_memexec.pco similarity index 91% rename from patch/memexec.pco rename to patch/04_memexec.pco index 28df477..55fb6db 100644 --- a/patch/memexec.pco +++ b/patch/04_memexec.pco @@ -1,9 +1,8 @@ # $name ARM11 XN Disable # $desc Disables the XN bit on the ARM11 kernel to allow executing code from memory. May be a security hazard. # $title 0004013800000002 0004013820000002 -# $ver 09 -# $uuid 06 -# $flags devmode +# $ver 0A +# $uuid 04 # 0: Relative to NATIVE_FIRM, section index [1] rel section1 diff --git a/patch/regionfree.pco b/patch/20_regionfree_installed.pco similarity index 93% rename from patch/regionfree.pco rename to patch/20_regionfree_installed.pco index 84fb41b..721f2e1 100644 --- a/patch/regionfree.pco +++ b/patch/20_regionfree_installed.pco @@ -1,8 +1,8 @@ # $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 +# $ver 0A +# $uuid 20 rel exe_text diff --git a/patch/block_cart_update.pco b/patch/21_block_cart_update.pco similarity index 95% rename from patch/block_cart_update.pco rename to patch/21_block_cart_update.pco index 4d8b449..97c6f04 100644 --- a/patch/block_cart_update.pco +++ b/patch/21_block_cart_update.pco @@ -1,8 +1,8 @@ # $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 +# $ver 0A +# $uuid 21 rel exe_text diff --git a/patch/block_eshop_update.pco b/patch/22_block_eshop_update.pco similarity index 89% rename from patch/block_eshop_update.pco rename to patch/22_block_eshop_update.pco index 2c558a8..6352307 100644 --- a/patch/block_eshop_update.pco +++ b/patch/22_block_eshop_update.pco @@ -1,8 +1,8 @@ # $name Block eShop Updates (Loader) # $desc Prevents eShop from checking for system updates. # $title 0004013000002C02 -# $ver 09 -# $uuid 02 +# $ver 0A +# $uuid 22 rel exe_text diff --git a/patch/block_nim_update.pco b/patch/23_block_nim_update.pco similarity index 90% rename from patch/block_nim_update.pco rename to patch/23_block_nim_update.pco index 2fa8f91..dbdf694 100644 --- a/patch/block_nim_update.pco +++ b/patch/23_block_nim_update.pco @@ -1,8 +1,8 @@ # $name Block NIM Updates (Loader) # $desc Prevents NIM from downloading system updates. This is what causes the HOME menu nag. # $title 0004013000002C02 -# $ver 09 -# $uuid 03 +# $ver 0A +# $uuid 23 rel exe_text diff --git a/patch/ro_sigs.pco b/patch/24_ro_sigs.pco similarity index 94% rename from patch/ro_sigs.pco rename to patch/24_ro_sigs.pco index 3086c12..9335ddb 100644 --- a/patch/ro_sigs.pco +++ b/patch/24_ro_sigs.pco @@ -1,8 +1,8 @@ # $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 +# $ver 0A +# $uuid 24 rel exe_text diff --git a/patch/friends_ver.pco b/patch/25_friends_ver.pco similarity index 85% rename from patch/friends_ver.pco rename to patch/25_friends_ver.pco index 9d8b88b..721b515 100644 --- a/patch/friends_ver.pco +++ b/patch/25_friends_ver.pco @@ -1,9 +1,8 @@ # $name Fake Friends Version (Loader) # $desc Allows going online without the latest firmware. Only enable on non-11.0.0 firmware. # $title 0004013000003202 -# $ver 09 -# $uuid 05 -# $flags noabort +# $ver 0A +# $uuid 25 rel exe_text diff --git a/patch/dlp_region.pco b/patch/26_dlp_region.pco similarity index 87% rename from patch/dlp_region.pco rename to patch/26_dlp_region.pco index 0bfb2a0..0c3f65a 100644 --- a/patch/dlp_region.pco +++ b/patch/26_dlp_region.pco @@ -1,8 +1,8 @@ # $name DLP Region Fix (Loader) # $desc Disables region check in DLP # $title 0004013000002802 -# $ver 01 -# $uuid 20 +# $ver 0A +# $uuid 26 rel exe_text diff --git a/patch/errdisp.pco b/patch/27_errdisp.pco similarity index 91% rename from patch/errdisp.pco rename to patch/27_errdisp.pco index 8ee3871..ddcaecb 100644 --- a/patch/errdisp.pco +++ b/patch/27_errdisp.pco @@ -1,9 +1,8 @@ # $name Verbose ErrDisp (Loader) # $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 -# $flags devmode +# $ver 0A +# $uuid 27 rel exe_text diff --git a/patch/mset_str.pco b/patch/28_mset_str.pco similarity index 92% rename from patch/mset_str.pco rename to patch/28_mset_str.pco index d72744d..d832569 100644 --- a/patch/mset_str.pco +++ b/patch/28_mset_str.pco @@ -1,8 +1,8 @@ # $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 -# $uuid 07 +# $ver 0A +# $uuid 28 rel exe_text diff --git a/patch/ns_force_menu.pco b/patch/29_ns_force_testmenu.pco similarity index 95% rename from patch/ns_force_menu.pco rename to patch/29_ns_force_testmenu.pco index fb9921c..2fbbabe 100644 --- a/patch/ns_force_menu.pco +++ b/patch/29_ns_force_testmenu.pco @@ -1,8 +1,8 @@ # $name Force TestMenu (Loader) # $desc Force NS to boot TestMenu rather than HOME. TestMenu must be installed, and I can't tell you where to acquire it. # $title 0004013000008002 -# $ver 09 -# $uuid 1e +# $ver 0A +# $uuid 29 rel exe_text diff --git a/patch/secinfo_sigs.pco b/patch/2A_secinfo_sigs.pco similarity index 91% rename from patch/secinfo_sigs.pco rename to patch/2A_secinfo_sigs.pco index 46567a5..13cd066 100644 --- a/patch/secinfo_sigs.pco +++ b/patch/2A_secinfo_sigs.pco @@ -1,8 +1,8 @@ # $name SecureInfo_A Signature Fix (Loader) # $desc Allows using unsigned or improperly signed SecureInfo_A files. Needed for region changed consoles. # $title 0004013000001702 -# $ver 09 -# $uuid 0b +# $ver 0A +# $uuid 2A rel exe_text diff --git a/patch/twl_fix.pco b/patch/60_twl_fix.pco similarity index 97% rename from patch/twl_fix.pco rename to patch/60_twl_fix.pco index 952e9c6..4315f0b 100644 --- a/patch/twl_fix.pco +++ b/patch/60_twl_fix.pco @@ -1,8 +1,8 @@ # $name TWL Patches (2/2 - o3ds) # $desc Disables a large number of validity checks on DS, DSi and DSiware titles. # $title 0004013800000102 -# $ver 09 -# $uuid 34 +# $ver 0A +# $uuid 60 # TODO - Make dynamic. Not that hard, but some # fixes need more context bytes than on Steveice10's diff --git a/patch/twl_fix_o3ds.pco b/patch/60_twl_fix_o3ds.pco similarity index 97% rename from patch/twl_fix_o3ds.pco rename to patch/60_twl_fix_o3ds.pco index a65a920..4179efe 100644 --- a/patch/twl_fix_o3ds.pco +++ b/patch/60_twl_fix_o3ds.pco @@ -1,8 +1,8 @@ # $name TWL Patches (1/2 - new3ds) # $desc Disables a large number of validity checks on DS, DSi and DSiware titles. # $title 0004013820000102 -# $ver 09 -# $uuid 34 +# $ver 0A +# $uuid 60 # TODO - Make dynamic. Not that hard, but some # fixes need more context bytes than on Steveice10's diff --git a/patch/agb_sig.pco b/patch/70_agb_sig.pco similarity index 91% rename from patch/agb_sig.pco rename to patch/70_agb_sig.pco index 5fcdb6d..66d437d 100644 --- a/patch/agb_sig.pco +++ b/patch/70_agb_sig.pco @@ -1,8 +1,8 @@ # $name AGB Signature Fix # $desc Patches signatures in AGB_FIRM. This allows booting unsigned GBA games. # $title 0004013800000202 0004013820000202 -# $ver 09 -# $uuid 39 +# $ver 0A +# $uuid 70 # TODO - Use proper section. diff --git a/patch/agb_biosscreen.pco b/patch/71_agb_bios.pco similarity index 95% rename from patch/agb_biosscreen.pco rename to patch/71_agb_bios.pco index d6cf2fd..f7e3556 100644 --- a/patch/agb_biosscreen.pco +++ b/patch/71_agb_bios.pco @@ -1,8 +1,8 @@ # $name AGB Bootscreen # $desc Force usage of GBA bios in AGB_FIRM. Games must pass the Nintendo logo check. If you see garbage instead of Nintendo, turn this off. # $title 0004013800000202 0004013820000202 -# $ver 09 -# $uuid 35 +# $ver 0A +# $uuid 71 # TODO - Make dynamic. Also broken on O3DS.