From ca33458b56a8517e2c8c247e2d65afe9d40ee877 Mon Sep 17 00:00:00 2001 From: mattcit <75325566+mattcit@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:23:27 -0500 Subject: fixing code boxes that don't show highlighting --- Add-a-New-Map-to-the-Game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3