Commit Graph

217 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Kaisaan
87b8cddf7a fix the table in the FAQ 2021-02-18 18:17:15 -05:00
Kaisaan
c1673e71e0 Remove "Q:" and "A:" things from the FAQ
Also: Add some more FAQ from the GBATemp page
2021-02-18 18:14:18 -05:00
Pk11
2f709a4117 Fix mistake in how to get box art page 2021-02-15 19:20:55 -06:00
Kaisaan
cb77741600
Update list of supported systems to include Atari XEGS emulator info (#3) 2021-02-15 12:58:47 -07:00
Pk11
deab35d984 Make the widescreen instructions a bit more clear
This felt like it had a higher assumption of knowledge then the rest of the guides here, like just "In Luma config," with no explaination of how to get there.
Also a couple buttons missing their <kbd>s and such
2021-02-13 23:36:38 -06:00
Pk11
9832673e56 Add note that TWPatch is in UU, since most people probably already have it 2021-02-13 23:08:49 -06:00
Pk11
01bf808bfd Remove no longer relavant step 2021-02-13 23:07:42 -06:00
RocketRobz
936ac148f3 Update playing-in-widescreen.md
Re-add GPU scale step
2021-02-09 23:25:27 -07:00
Pk11
6a9a834d42 Fix typo 2021-02-01 14:11:02 -06:00
Pk11
7909649d11 Add argv and native GBA footnotes 2021-02-01 13:24:26 -06:00
Pk11
7b843f3463 Add footnotes to supported systems table 2021-02-01 13:15:26 -06:00
Pk11
1cb7fd3583 Fix typo 2021-02-01 11:57:49 -06:00
Pk11
c686dbbd9d Fix typo 2021-01-30 04:19:39 -06:00
Pk11
4679354963 Add boot shortcuts 2021-01-30 04:13:20 -06:00
Pk11
5f9b2fb854 Change "Console" heading to "Format"
I'm still unsure if that's the best name, but as MP4 and RVID aren't "consoles" and DSiWare and DSTWO plugins are iffy I think this is an improvement at least
2021-01-25 17:41:03 -06:00
Pk11
35b2967e86 Update installing flashcard
- Add DSTT(i) to list of YSMenu cards
- The DSTT and a couple other cards don't have a "YSMenu.nds", but "TTMenu.dat" is the same thing
- Nothing has a "YSMenu" folder so remove that part
2021-01-25 15:49:53 -06:00
Pk11
229647a6d0 <kbd>ify buttons
Also a few other formatting changes
2021-01-24 20:04:49 -06:00
RocketRobz
92607833ad Create controls.md 2021-01-24 13:34:38 -07:00
Pk11
710746932e Fix case of "theme" 2021-01-24 11:16:57 -06:00
Pk11
790ef9d319 A couple minor corrections 2021-01-24 11:15:54 -06:00
Pk11
db61f8b956 Move Updating page too 2021-01-23 01:02:55 -06:00
Pk11
718b7240bc Make redirect go to correct spot without JS too 2021-01-23 00:44:44 -06:00
Pk11
938a706466 Switch 3DS page to tabs 2021-01-23 00:40:56 -06:00
Pk11
c140c060c1 Move manual 3DS instructions to the main 3DS page
The old page is kept as a redirect for now
2021-01-22 23:57:49 -06:00
Pk11
178f5cefab Add descriptions to all pages 2021-01-22 15:40:04 -06:00
Pk11
b9f2205a54 The DS has game cards, not cartridges 2021-01-21 19:00:27 -06:00
Pk11
37d29dcddc Add save files column 2021-01-21 16:08:44 -06:00
Pk11
d3144c2923 Add Loader column 2021-01-21 14:59:00 -06:00
Pk11
ffa2ea6413 Add file extensions list 2021-01-21 14:12:12 -06:00
Pk11
1de6cf6c33 Fix some changes that got reverted somehow 2021-01-18 13:19:33 -06:00
Pk11
6c96bd81b9 Move "NOTE:"s into alert bubbles 2021-01-09 23:23:26 -06:00
Pk11
5ea669e728 Better category ordering 2021-01-09 15:12:49 -06:00
Pk11
76509bc782 Add custom fonts page 2021-01-08 20:22:40 -06:00
Pk11
04922aec1e Shorten some FAQ titles 2021-01-08 20:21:50 -06:00
Pk11
d5cde83319 Add how do I change language FAQ 2021-01-07 18:19:13 -06:00
Pk11
92316b56ed Fix tables 2021-01-02 19:57:10 -06:00
Pk11
6d813465f3 Couple whitespace fixes 2020-12-31 02:22:41 -06:00
Pk11
00863e9094 Switch updating-3ds to UU to 2020-12-27 01:06:28 -06:00
Pk11
5659ea2e82 Fix case in non-working camera instructions 2020-12-27 01:02:51 -06:00
Pk11
bb1404219e Delete TWL Updater page & rename UU page and add more detailed instructions 2020-12-27 00:43:28 -06:00
Pk11
d16b37993a Couple minor changes to skins page 2020-12-26 01:13:01 -06:00
Pk11
9a77257483 Couple minor changes to the skins page 2020-12-25 02:17:46 -06:00
Pk11
925a867b8e Add a couple more FAQs 2020-12-24 20:03:23 -06:00
Pk11
0ca9763680 The volume icon is not a right shoulder 2020-12-24 14:49:56 -06:00
Pk11
fea59faa7a Change menu.wav to bgm.pcm.raw in the table 2020-12-24 00:55:58 -06:00
Pk11
a6b43cf54b It's got a ... 2020-12-24 00:43:07 -06:00
Pk11
d93c23e719 Use audacity to make raw file directly 2020-12-24 00:38:17 -06:00
Pk11
1a2ea71d18 Fix link to music / SFX page 2020-12-23 22:51:36 -06:00
Pk11
f2c2a37cb1 Fix tables not being tableified 2020-12-23 22:47:08 -06:00
RocketRobz
7f3a96b6c3 Add TWiLight Menu++ uninstall pages 2020-12-22 00:14:25 -07:00
Pk11
507c35f2a4 Use dsi.cfw.guide's kbd CSS 2020-12-21 18:06:58 -06:00
Pk11
03b6467e25 Clean up spelling, grammar, markdown, etc 2020-12-21 13:46:10 -06:00
Pk11
163e81a3c7 Initial site
TWiLight wiki + NightScript's DS Index in English
and a couple pages in Japanese for testing
2020-12-20 22:18:48 -06:00