diff options
author | AriaHiro64 <45049787+AriaHiro64@users.noreply.github.com> | 2020-12-22 23:50:40 -0500 |
---|---|---|
committer | AriaHiro64 <45049787+AriaHiro64@users.noreply.github.com> | 2020-12-22 23:50:40 -0500 |
commit | 5248b0d5c6f2cfd8403c7931ff07861f1d1de235 (patch) | |
tree | 15d4125eb261a70ede8ed3ad5235925e4dc83178 | |
parent | 7dd33c5bd69e87ff13576202b4bc40f9c603d84d (diff) |
Updated Add debug mode to red (markdown)
-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" |