diff options
-rw-r--r-- | Add-a-debug-menu.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Add-a-debug-menu.md b/Add-a-debug-menu.md index 3b1974f..c75de34 100644 --- a/Add-a-debug-menu.md +++ b/Add-a-debug-menu.md @@ -452,6 +452,8 @@ make clean make DDEBUG=1 ``` +or check out the commits of the repo yourself [LINK](https://github.com/TheXaman/pokeemerald/tree/tx_debug_system). + **Access ingame:** From now one if you want the menu to show up you have to run your "make" command with the addition parameter: **DDEBUG=1** (yes 2 D's). To access ingame press **R + Start**. |