Skip to content

Files to add to your pokemerald project if using vscode

Notifications You must be signed in to change notification settings

Gamer2020/pokeemerald-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

pokeemerald-vscode

These are files to add to your pokemerald project folder if you are using vscode. I decided to focus these files towards pokeemerad but the concepts should work for other GBA projects. The intention for this project is to help people starting out with Pokeemerald and VScosde. As time goes on I will add improvements, instructions, etc. Pull requests are welcome!

Installation

Installation is simple. All you need to do is copy the ".vscode" folder for your OS to the root of your project.

Example:

git clone https://github.com/Gamer2020/pokeemerald-vscode
cp pokeemerald-vscode/.vscode-wsl/ pokeemerald/.vscode/ -r

WSL

Please note that you will have to edit the folder location for mGBA to reflect your location. Please update the below line in the settings.json file.

"mgba_file": "\"/mnt/c/Program Files/mGBA/mGBA.exe\"",

For source level debugging, you will also need the arm-none-eabi-gdb.exe file from DevkitARM. Edit the below line in settings.json to match your location.

"gdb_file": "C:/Tools/arm-none-eabi-gdb/arm-none-eabi-gdb.exe",

Linux

Not currently here but will be added in the future.

About

Files to add to your pokemerald project if using vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published