diff options
Diffstat (limited to 'engine/items/town_map.asm')
| -rw-r--r-- | engine/items/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm index 96f6769c..3cf68aea 100644 --- a/engine/items/town_map.asm +++ b/engine/items/town_map.asm @@ -193,7 +193,7 @@ LoadTownMap_Fly:: ld c, 15 call DelayFrames hlcoord 18, 0 - ld [hl], "▶" + ld [hl], "▲" hlcoord 19, 0 ld [hl], "▼" pop hl |
