summaryrefslogtreecommitdiff
path: root/Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md
diff options
context:
space:
mode:
authorAriaHiro64 <45049787+AriaHiro64@users.noreply.github.com>2020-12-22 23:23:38 -0500
committerAriaHiro64 <45049787+AriaHiro64@users.noreply.github.com>2020-12-22 23:23:38 -0500
commita4bb0dfa896cbdcd6081277bf33ab5e028025671 (patch)
treeb9eceeb5547c2b429323b704c3c2955ab58001f9 /Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md
parent05bb8704b52243a24b40a70e661f58a3b26746e5 (diff)
Updated Adding BLUMON.GB debugging features to a POKERED build. (markdown)
Diffstat (limited to 'Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md')
-rw-r--r--Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md b/Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md
index 843b11c..12c7812 100644
--- a/Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md
+++ b/Adding-BLUMON.GB-debugging-features-to-a-POKERED-build..md
@@ -1,4 +1,4 @@
-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 red debug to disassemble. Go to your Makefile and edit these lines.
+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`
`+ roms := pokered.gbc pokeblue.gbc pokered_debug.gbc pokeblue_debug.gbc`