summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-05-31 16:25:16 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-05-31 16:25:16 -0400
commitf9ae7b1240863b4311d24944ae7ec3c1d9b24507 (patch)
tree2b56ef44fa89d464da16399f8432cd4807ec7d64 /engine/items
parent5c73cffee6b854e4e08db04a776aa8a71d3a82cd (diff)
More WRAM label cleanup (still needs UNIONs and renaming)
Diffstat (limited to 'engine/items')
-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]