summaryrefslogtreecommitdiff
path: root/engine/town_map.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-07-18 01:17:03 -0500
committerdannye <corrnondacqb@yahoo.com>2016-07-18 01:17:03 -0500
commit80bae03975a84dadf080c79f52216866dd410cf8 (patch)
tree282a30407e6d6f9e8aa6e665ebf0e826ccc79569 /engine/town_map.asm
parenta51037eeeedb03e29d8675626018cf02750882fa (diff)
Clean up text commands
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-xengine/town_map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm
index b2f1e656..c73b27c8 100755
--- a/engine/town_map.asm
+++ b/engine/town_map.asm
@@ -179,9 +179,9 @@ LoadTownMap_Fly:
ld c, 15
call DelayFrames
coord hl, 18, 0
- ld [hl], $ed
+ ld [hl], "▲"
coord hl, 19, 0
- ld [hl], $ee
+ ld [hl], "▼"
pop hl
.inputLoop
push hl