]> Chaos Git - corbenik/corbenik.git/commitdiff
Update the credits sections for accuracy, because apparently that's a thing. *shrugs*
authorchaoskagami <chaos.kagami@gmail.com>
Wed, 8 Jun 2016 13:00:35 +0000 (09:00 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Wed, 8 Jun 2016 13:06:35 +0000 (09:06 -0400)
README.txt
source/menu.c

index 3888763d77a433522151fa718bc01ddc9f32790a..a7f9d4576a70bdab3a1ca6767f41d31e0824c416 100644 (file)
@@ -109,37 +109,39 @@ And these YOU SHOULD NOT ENABLE unless you have specialized needs:
 Credits
 -------------------------
 
-This software contains code from multiple other open source projects, including:
+The complete list:
 
- @mid-kid/CakesForeveryWan - FIRM Decryptor
+ @yifanlu        For the absolutely insane and wonderful idea to use bytecode,
+                 as well as the open source loader replacement.
+                 https://github.com/yifanlu/3ds_injector
 
- @AuroraWright/Luma3DS     - Used as reference for patcher bytecode (and in earlier
-                             versions, the patch code itself) The version of loader
-                             in use also originated from the code here.
+ @mid-kid        General inspiration from Cakes, FIRM decryption code, reboot
+                 assembly code, some code for text display.
+                 https://github.com/mid-kid/CakesForeveryWan
 
- @d0k3/GodMode9            - FatFS version originates from here, start.s too.
-                             Additionally, recursive directory removal and listing
-                             patches is partially based on GodMode9.
+ @Wolfvak        Code segment dumping.
 
- @yifanlu                  - Loader.
+ @AuroraWright   RE work, patches, EmuNAND, and Reboot/Firmlaunch C code.
+                 https://github.com/AuroraWright/Luma3ds
 
-The complete "Thanks cool people" list:
+ @Reisyukaku     For the 'Force TestMenu' patch, and RE work.
 
- @yifanlu        For the absolutely insane and wonderful idea to use bytecode,
-                 as well as the loader replacement.
+ @d0k3           start.s, recursive directory listing, RE work.
+                 https://github.com/d0k3/GodMode9
 
- @mid-kid        General inspiration from Cakes.
+ @TuxSH          RE work, code, and patches. Some code in loader is based
+                 on his extensions to it.
 
- @Wolfvak        Code segment dumping, also BootAnim9 is cool stuff. Go use it.
+ @Steveice10     RE work, patch offsets.
 
- @AuroraWright   Luma made chunks of this possible.
+ @dark-samus     RE work, screen init.
 
- @Reisyukaku     You can thank him for the 'Force TestMenu' patch.
+ @b1l1s          RE work, screen init.
 
- @d0k3           Mostly code. Oh, and Decrypt9WIP/GodMode9 too.
+ @Normmatt       RE work, screen init, and sdmmc.c/h
 
- @smealum        HANS code, and pioneering the open source hax frontier.
+ @delebile       RE work, screen init, and also the A9LH version I personally use.
 
- @TuxSH          Lots of RE work and important commits to Luma that I rely on.
+ @smealum        HANS code, and pioneering the open source hax frontier.
 
  CyberConnect2   Because the name originates from .hack, which you should go play.
index 806f25d7912140922ee19078f3690b8f6cf2b680..172cbc7ee32eb33e99df33b70f1e0eb79e7fed91 100644 (file)
@@ -255,16 +255,17 @@ menu_help()
 
     header("Any:Back");
 
-    fprintf(stdout, "\nCorbenik is a 3DS firmware patching tool;\n"
-                    "  commonly known as a CFW. It seeks to address\n"
-                    "  some faults in other CFWs and is generally\n"
-                    "  just another choice for users - but primarily\n"
-                    "  is intended for developers.\n"
+    fprintf(stdout, "\nCorbenik is another 3DS CFW for power users.\n"
+                    "  It seeks to address some faults in other\n"
+                    "  CFWs and is generally just another choice\n"
+                    "  for users - but primarily is intended for\n"
+                    "  developers.\n"
                     "\n"
                     "Credits to people who've helped me put this\n"
-                    "  together either by code or helpfulness:\n"
+                    "  together either by code or documentation:\n"
                     "  @mid-kid, @Wolfvak, @Reisyukaku, @AuroraWright\n"
-                    "  @d0k3, @TuxSH, and others\n"
+                    "  @d0k3, @TuxSH, @Steveice10, @delebile,\n"
+                                       "  @Normatt, @b1l1s, @dark-samus, and others.\n"
                     "\n"
                     "[PROTECT BREAK] DATA DRAIN: OK\n"
                     "\n"