diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 16:25:16 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 16:25:16 -0400 |
commit | f9ae7b1240863b4311d24944ae7ec3c1d9b24507 (patch) | |
tree | 2b56ef44fa89d464da16399f8432cd4807ec7d64 /engine/items | |
parent | 5c73cffee6b854e4e08db04a776aa8a71d3a82cd (diff) |
More WRAM label cleanup (still needs UNIONs and renaming)
Diffstat (limited to 'engine/items')
-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 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] |