summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-New-Map-to-the-Game.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-New-Map-to-the-Game.md b/Add-a-New-Map-to-the-Game.md
index 0d7e05e..100ce29 100644
--- a/Add-a-New-Map-to-the-Game.md
+++ b/Add-a-New-Map-to-the-Game.md
@@ -14,7 +14,7 @@ For this tutorial, I am replacing 'UNUSED_MAP_F4' with my custom map.
Replace that line with a line like so:
-```
+```diff
- mapconst UNUSED_MAP_F4, 0, 0 ; $F4
+ mapconst TEST_MAP_1, 6, 5 ; $F4
```