Commit Graph

8 Commits

Author SHA1 Message Date
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
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
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
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