Script for Learn with Pokémon: Typing Adventure for the Nintendo DS Desmume emulator that supports all versions of the game. Allows to to play with a regular keyboard using QWERTY, QWERTZ and AZERTY layouts.
Supports keyboard layouts from the US, France, Germany, Italy, Spain and Japan (English).
- Download Desmume 0.9.11.
- Download Lua5 DLL and extract the contents into the same folder as desmume.exe
- (Optional) Patch your game ROM using the files from PokemonTypingDSHacking located at the Release folder. This will remove the AP and fix the save issue.
- Open the game in Desmume and select File > Import Backup Memory and import "initial.sav" located at the Release folder from the previous step.
- Open the script using Notepad. On the first line, you will see "local keyboardCountry = 0". Change the number according to your keyboard layout.
- In Desmume, select Tools > Lua Scripting > New Lua Script Window > Browse and select the Lua script.
- You are ready to go! You can change the keyboard layout of your PC at any moment if you want to play different versions of the game.
- All keyboards: Home, AltGr, Fn
- English keyboard (QWERTY): #
- French keyboard (AZERTY): ^, <, !
- German keyboard (QWERTZ): ^, ´, <
- Italian and Spanish keyboards (QWERTY): <
- Japanese Keyboard (QWERTY): ¥, \
- AnimeCommander for making the original script
- Gjgfuj for modifying the original script
- RelentlessZard for recommending the Desmume version