diff options
-rw-r--r-- | Add-debug-mode-to-red.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-debug-mode-to-red.md b/Add-debug-mode-to-red.md index e1759bb..12cc03a 100644 --- a/Add-debug-mode-to-red.md +++ b/Add-debug-mode-to-red.md @@ -45,4 +45,4 @@ This will create a pokemon red debug build to the build option. The reason this pokered_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON RED" pokeblue_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON BLUE" + pokered_debug_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON RED" - pokeblue_debug_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON BLUE"``` + pokeblue_debug_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON BLUE" |