summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriaHiro64 <45049787+AriaHiro64@users.noreply.github.com>2020-12-22 23:35:02 -0500
committerAriaHiro64 <45049787+AriaHiro64@users.noreply.github.com>2020-12-22 23:35:02 -0500
commitddbead30fbdc98ab3214daa4caf3a04299f40304 (patch)
tree7e1c90024a7cbfa5b4bc8bbd919aeaf936ba31fd
parentc1c30d44bb1dbf342b1be6df2bf3fbaea82074be (diff)
Updated Add debug mode to red (markdown)
-rw-r--r--Add-debug-mode-to-red.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Add-debug-mode-to-red.md b/Add-debug-mode-to-red.md
index 79c486a..e1759bb 100644
--- a/Add-debug-mode-to-red.md
+++ b/Add-debug-mode-to-red.md
@@ -1,7 +1,8 @@
This will create a pokemon red debug build to the build option. The reason this is not included in base pokered is because there is no Pokemon Red debug ROM to disassemble. Go to your Makefile and edit these lines.
-```- roms := pokered.gbc pokeblue.gbc pokeblue_debug.gbc
+```diff
+- roms := pokered.gbc pokeblue.gbc pokeblue_debug.gbc
+ roms := pokered.gbc pokeblue.gbc pokered_debug.gbc pokeblue_debug.gbc
...