wiki/pages/_en-US/nds-bootstrap/controls.md
triangle 20da8caa33
Update nds-bootstrap wiki for 0.54.0 (#52)
* Update for 0.54.0

Removes exclusion of DSiWare (added in 0.54.0)
Removes exclusion of RAM dumps with B4DS (added in 0.54.0)
Adds mention of returning to loader shortcut not working in DSiWare (https://github.com/DS-Homebrew/nds-bootstrap/issues/1348)
Also adds holding L + R + START + SELECT to force reset

* Remove mention of SWI Halt Hook

Removed in 0.54.0

* Remove mention of SWI Halt Hook

Removed in 0.54.0
2022-02-17 02:43:33 -08:00

47 lines
3.0 KiB
Markdown

---
lang: en-US
layout: wiki
section: nds-bootstrap
title: Controls
long_title: nds-bootstrap Controls
description: Button controls for nds-bootstrap
---
These do not apply to homebrew.
- <kbd class="l">L</kbd> + <kbd class="r">R</kbd> + <kbd>Up</kbd> + <kbd class="face">X</kbd> for 1 second: Swap the screens
- <kbd class="l">L</kbd> + <kbd class="r">R</kbd> + <kbd>Down</kbd> + <kbd class="face">A</kbd> for 2 seconds: Dump RAM to `sd:/_nds/nds-bootstrap`, as `ramDump.bin`
- <kbd class="l">L</kbd> + <kbd class="r">R</kbd> + <kbd>Down</kbd> + <kbd class="face">B</kbd> for 2 seconds: Return to loader
- <kbd class="l">L</kbd> + <kbd class="r">R</kbd> + <kbd>START</kbd> + <kbd>SELECT</kbd> for 2 seconds: Reset game
- Many games support simply pressing this button combination by default, but this will force reset it
- <kbd class="l">L</kbd> + <kbd>Down</kbd> + <kbd>SELECT</kbd>: Open the in-game menu
- <kbd class="r">R</kbd>: Advance by one frame
- Screenshot
- <kbd>Up</kbd>/<kbd>Down</kbd>/<kbd>Left</kbd>/<kbd>Right</kbd>: Change VRAM bank
- <kbd class="face">A</kbd>: Save screenshot
- <kbd class="face">B</kbd>: Return to in-game menu
- RAM Viewer
- <kbd>Up</kbd>/<kbd>Down</kbd>: Scroll
- <kbd>Left</kbd>/<kbd>Right</kbd>: Fast scroll
- <kbd class="r">R</kbd> + <kbd>Down</kbd>/<kbd>Up</kbd>: Faster scroll
- <kbd class="r">R</kbd> + <kbd>Left</kbd>/<kbd>Right</kbd>: Fastest scroll
- <kbd class="face">A</kbd>: Enter RAM Editor
- <kbd class="face">B</kbd>: Return to in-game menu
- <kbd class="face">Y</kbd>: Specify an address to jump to
- <kbd>Up</kbd>/<kbd>Down</kbd>: Increase/Decrease selected value
- <kbd>Left</kbd>/<kbd>Right</kbd>: Select a value
- <kbd class="face">A</kbd>/<kbd class="face">B</kbd>: Return to RAM Viewer/Editor at specified address
- RAM Editor
- <kbd>Up</kbd>/<kbd>Down</kbd>/<kbd>Left</kbd>/<kbd>Right</kbd>: Select a value
- <kbd class="face">A</kbd>: Modify selected value
- <kbd>Up</kbd>/<kbd>Down</kbd>: Increase/Decrease value by 1h
- <kbd>Left</kbd>/<kbd>Right</kbd>: Increase/Decrease value by 10h
- <kbd class="face">A</kbd>/<kbd class="face">B</kbd>: Finish modifying value
- <kbd class="face">B</kbd>: Return to RAM Viewer
- <kbd class="face">Y</kbd>: Specify an address to jump to
- <kbd>Up</kbd>/<kbd>Down</kbd>: Increase/Decrease selected value
- <kbd>Left</kbd>/<kbd>Right</kbd>: Select a value
- <kbd class="face">A</kbd>/<kbd class="face">B</kbd>: Return to RAM Viewer/Editor at specified address
- Returning to loader may not work on some O3DS models, and does not work in B4DS mode or when used as a button combination in DSiWare
- The button combination for opening the in-game menu can be changed in the TWiLight Menu++ settings
- Screenshots are saved to `sd:/_nds/nds-bootstrap/screenshots.tar`. This file can be opened using an archive viewer such as [7-Zip](https://www.7-zip.org/)
- Taking screenshots is currently not possible in B4DS mode