From f64a6f7cf5308f1c8c760b0e813210d8222089f4 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Sat, 31 Aug 2019 11:43:44 -0500 Subject: [PATCH] Updated Developer Information (markdown) --- Developer-Information.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Developer-Information.md b/Developer-Information.md index c2b8052..f2162ce 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -14,6 +14,7 @@ Here are some tools useful for homebrew development: * [CTR User Library (ctrulib)](https://github.com/smealum/ctrulib) - Library for writing usermode arm11 code for the 3DS * [picasso](https://github.com/fincs/picasso) and [nihstro](https://github.com/neobrain/nihstro) - Assemblers for shader code for the PICA200 GPU used in the 3DS. nihstro also includes a disassembler. * [Aemstro](https://github.com/smealum/aemstro) - Older shader (dis)assembler. Nowadays picasso or nihstro should be preferred. -* [Result code decoder](https://n3ds-result-code-decoder.glitch.me) - This website will (hopefully) decode any result codes you might encounter. +* [Result code decoder (Web)](https://n3ds-result-code-decoder.glitch.me) - This website will (hopefully) decode any result codes you might encounter. +* [Result code decoder (Python)](https://gist.github.com/yuriks/715d3478168eb69a28fa) - This Python script will (hopefully) decode any result codes you might encounter. * [3DS Game Database](http://www.3dsdb.com/) - Contains data on all 3DS games, their title IDs, update versions, etc. * [Homebrew Libraries and Tools](http://3dbrew.org/wiki/Homebrew_Libraries_and_Tools) - 3DBrew page with more tools and libraries useful for development. \ No newline at end of file