diff options
author | SaveState <pgattic@gmail.com> | 2019-05-15 09:32:33 -0400 |
---|---|---|
committer | SaveState <pgattic@gmail.com> | 2019-05-15 09:32:33 -0400 |
commit | 288aa31d67572dfd8ad69d0c63d0790263f5a692 (patch) | |
tree | cf396047a9f7fbae7a0f90b6f6f7c914c5e59d10 | |
parent | 88d76b6bdafceb1e923f5ef0a6ac868b9179f393 (diff) |
Updated Edit the Town Map (markdown)
-rw-r--r-- | Edit-the-Town-Map.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md index 287e80c..5aa173f 100644 --- a/Edit-the-Town-Map.md +++ b/Edit-the-Town-Map.md @@ -53,7 +53,7 @@ However, if you moved towns and routes into different places, or plan on giving First, open up [text/map_names.asm](https://github.com/pret/pokered/blob/master/text/map_names.asm), and add or remove map names as desired, following the layout already there. It might go something like this: -``` +```diff +.NewCityName: + db "NEW CITY@" ``` |