summaryrefslogtreecommitdiff
path: root/engine/items/town_map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/items/town_map.asm')
-rw-r--r--engine/items/town_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm
index 42d313d9..a12c0c8a 100644
--- a/engine/items/town_map.asm
+++ b/engine/items/town_map.asm
@@ -249,7 +249,7 @@ ToText:
db "To@"
BuildFlyLocationsList:
- ld hl, wFlyLocationsList - 1
+ ld hl, wFlyAnimUsingCoordList
ld [hl], $ff
inc hl
ld a, [wTownVisitedFlag]