From f9ae7b1240863b4311d24944ae7ec3c1d9b24507 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 31 May 2021 16:25:16 -0400 Subject: More WRAM label cleanup (still needs UNIONs and renaming) --- engine/items/town_map.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items') 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] -- cgit v1.3.1-sl0p