diff options
| author | mattcit <75325566+mattcit@users.noreply.github.com> | 2020-12-01 16:23:27 -0500 |
|---|---|---|
| committer | mattcit <75325566+mattcit@users.noreply.github.com> | 2020-12-01 16:23:27 -0500 |
| commit | ca33458b56a8517e2c8c247e2d65afe9d40ee877 (patch) | |
| tree | cbd689c37e82a9830575d54654b87047d2a71945 | |
| parent | 5b1687b7f756d3d56e23fe42b333568ddd5b2e40 (diff) | |
fixing code boxes that don't show highlighting
| -rw-r--r-- | Add-a-New-Map-to-the-Game.md | 2 |
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 ``` |
