Commit Graph

157 Commits

Author SHA1 Message Date
Pk11
e34968f278 Update translations 2021-03-25 00:11:25 -05:00
Pk11
aaedb9c3fd Add installing and updating index pages to sidebar
I'm really not sure where's best to put these... For now I've put them in an "Indexes" section, but other ideas are welcome
2021-03-25 00:08:49 -05:00
Pk11
c89ca8440d Add index pages for installing and updating 2021-03-24 21:19:08 -05:00
triangle
1c23fe377f
RAM dump button combo and RAM Viewer controls (#9)
A few things to consider:

- *RAM Editor* and *RAM Viewer* are referred to as if they are two separate modes, but it would be more accurate to imply a *view mode* and *edit mode* as they both technically are within the RAM Viewer option in the in-game menu. I did not do this, because then view mode would have to be a sub-bullet of RAM Viewer itself along with edit mode, making it more messy (line 42, 51)
- The other two shortcuts are above the in-game menu because of how long and detailed the in-game menu portion is, so it looks nicer this way (line 39, 40)
- The RAM dump shortcut appears to take 3 seconds, but maybe I miscounted 2 as 3? (line 40)
- There's no explanation for `h` (line 54, 55)
- Explanation for address jump function is redundant, because there isn't really a nice way of saying "see above" and it might not make sense to separate it from the viewer and editor portions (line 47, 58)
- This only covers the RAM Viewer functions because everything else in the in-game menu is fairly straightforward, but perhaps those other things would belong on the nds-bootstrap section of the wiki
- *Fast scroll* may not be appropriate (line 44)
- *1h* may be unnecessary, but was done to be consistent with *10h* (line 54, 55)
- Address jumping section makes no mention of hexadecimal (line 48, 59)
2021-03-22 19:23:23 -06:00
Kaisaan
2343e22c48 Update links to GBA BIOS dumping guides 2021-03-22 00:35:45 -04:00
Pk11
fa0c698a9e Fix typo 2021-03-21 21:41:17 -05:00
Han Sol Jin
eddaef5628
Add description for DeadSkullzJr's usrcheat.dat in Universal Updater (#8)
This explains an easier method for 3DS consoles to download DeadSkullzJr's cheat database to use with TWiLight Menu++. It should avoid confusion for people using a 3DS family console.
2021-03-21 16:25:26 -06:00
Pk11
422b4f9172 Add long_title for page title and SEO
The normal title is still used for the sidebar
2021-03-21 03:41:08 -05:00
Pk11
70c690ad29 Update controls for nds-bootstrap 2021-03-17 22:30:56 -05:00
Pk11
5d6356727d Update translations 2021-03-13 20:21:44 -06:00
Pk11
3934128c94 Use tabs on the hardmod page 2021-03-12 21:18:07 -06:00
Pk11
66cc8212a4 Missed a couple slashes without spaces 2021-03-12 21:05:28 -06:00
Pk11
1c98596e2d Change the splits to not upset crowdin 2021-03-12 20:53:25 -06:00
Pk11
6eb8220d6e Improve tabs
- They now work as tabs without JS
- Use an include for cleaner markdown
- A little bit nicer code overall, annoying that the split is needed, but otherwise pretty nice now
2021-03-12 19:45:57 -06:00
Pk11
8ed524f7f0 The bat is for Windows users 2021-03-12 00:49:32 -06:00
Pk11
c0397677cf Change <sup>(i)</sup> to ⁽ⁱ⁾
It looks better with the link underlines and is what it actually is
2021-03-12 00:27:07 -06:00
Pk11
3d4fa53229 Add "Need help?" footer linking to Discord 2021-03-12 00:24:25 -06:00
Pk11
3f40f24859 Add premade Forwarder3DS.bat file 2021-03-12 00:03:09 -06:00
Pk11
7a298bed9f A lot of minor spelling and formatting tweaks
Also rewrote the first sentence of retail-roms.md#assembly to be more correct. Assembly is a programming language, machine code is the native code, assembly is just very closely linked to machine code.

Also sorry translators, I shoulda done this before the big update 😅
2021-03-08 18:23:42 -06:00
Pk11
c1508b80ca Fix Japanese table being all weird 2021-03-08 00:26:05 -06:00
Pk11
fe053a4f59 Fix layouts 2021-03-07 23:45:34 -06:00
Pk11
c7434e7c2e Update translations 2021-03-07 23:39:38 -06:00
Pk11
b64563d06f Update tranlsations
I'll update again soon once there's been more time to translate, but for now so the pages all are up to date and such at least
2021-03-05 22:35:18 -06:00
Pk11
943906bac9 Delete files for languages at 0%
Just to save a bit of time on generating.
Anything with *something* translated I'll put the whole thing in to prevent 404s without needing to change languages, but if there's nothing translated there's no need for the files yet.
I'm keeping the languages though as I like having all of the languages shared between TWiLight and this.
2021-03-05 18:18:56 -06:00
Pk11
885a3b9b64 Make placeholder pages have something relavant 2021-03-05 15:56:44 -06:00
hansoljin
491d7a1e28
Add step to enable "Widescreen patch", change "X+START" to "START"
In TWPatch, one needs to enable "Widescreen patch (384x240 16:10)" for the patch to actually enable widescreen. This was missing in earlier revisions of the page.
The step to change "X+START" was deprecated in TWPatch, and now one only needs to press START to begin generating `TwlBg.cxi`.
2021-03-04 00:07:04 -08:00
Pk11
84a5e8c1ae Add GBARunner2 footnote and that SNES works on 3DS 2021-03-01 22:53:00 -06:00
Kaisaan
97d4e410cc
Merge pull request #6 from Jonatan6/main
Some small changes to a couple of articles.
2021-02-27 16:21:13 -05:00
Kaisaan
5ef0b341fc Add FAQ to GodMode9i page 2021-02-25 18:49:42 -05:00
Kaisaan
5523950667 Change header sizes to be consistent 2021-02-25 18:45:25 -05:00
Kaisaan
cb4b2fbd86 Fix wording on pictochat wording 2021-02-25 18:27:55 -05:00
Kaisaan
e0e91b0d4a Fix wording in boxart page 2021-02-25 10:15:48 -05:00
Jonatan Schneevoigt
1f703d9a9d
Update Arch instructions to now include the archlinux-java command. 2021-02-22 14:56:21 +01:00
Jonatan Schneevoigt
d35202c6b5
Add newline that i accidentally removed. 2021-02-22 14:43:57 +01:00
Jonatan Schneevoigt
41446b6b58
Update instructions on how to install JavaFX on Debian.
I'm not sure if linking to a gist is good practice, so feel free to change tell me if you have a better way of doing it
2021-02-22 14:41:23 +01:00
Jonatan Schneevoigt
f66c5a06f8
Change package name. 2021-02-22 11:28:00 +01:00
Jonatan Schneevoigt
90e8b627d2
Merge pull request #1 from Jonatan6/patch-1
Add instructions on how to install javafx on Arch.
2021-02-22 11:05:50 +01:00
Jonatan Schneevoigt
58792eaea6
Change incorrect uses of the word terminal. 2021-02-22 11:00:51 +01:00
Jonatan Schneevoigt
0b7cdbfaf3
Remove unnecessary part of link and other small edit. 2021-02-22 10:54:18 +01:00
Jonatan Schneevoigt
170cd05bee
Add instructions on how to install javafx on Arch. 2021-02-22 10:41:13 +01:00
Kaisaan
3819271796 Add link to guide for GBARunner2 frames 2021-02-21 21:41:33 -05:00
Lucas Puntillo
a2ac60dfc3
Add instructions on how to install JavaFX for linux (Debian based) 2021-02-21 19:58:24 -05:00
Pk11
5fa3f8e286 Missed one 2021-02-20 18:03:21 -06:00
Pk11
4c1ac53a89 A couple minor changes
Mostly formatting things or really minor text changes
2021-02-20 18:01:10 -06:00
Ian Skinner
db068980e2
Added nds-bootstrap section (#4)
* Update index.md

* Create faq.md

* Made text the right size

* Create testing.md

* Update faq.md

* Update faq.md
2021-02-20 16:45:35 -07:00
Kaisaan
301fcf40d9 Fix typo 2021-02-19 17:28:57 -05:00
Kaisaan
edd470cdf7 Add GBARunner2 FAQ page and update the other pages 2021-02-19 17:21:43 -05:00
Kaisaan
0f93b538af Add page about GBA BIOS 2021-02-19 16:33:59 -05:00
Kaisaan
1a11a76ba2 Rename THUMB section as Assembly 2021-02-18 19:47:53 -05:00
Kaisaan
9a7c6450dc Reword WFCPatcher guide 2021-02-18 19:04:06 -05:00