diff options
| author | klektron <klektron@users.noreply.github.com> | 2020-12-25 20:21:36 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2020-12-25 20:21:36 +0100 |
| commit | a5f3795602f593e7584e6599eb2c91ad97ebe6a1 (patch) | |
| tree | 415e02e6010ef4951b42fb3ac101885b4efe2b3d /engine | |
| parent | d74ddccaee631d8f07bfbcf990c6b663827786e4 (diff) | |
changed some more names
Diffstat (limited to 'engine')
| -rwxr-xr-x | 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..0c56dd88 100755 --- a/engine/items/town_map.asm +++ b/engine/items/town_map.asm @@ -246,7 +246,7 @@ LoadTownMap_Fly:: jr .pressedDown ToText: - db "To@" + db " A@" BuildFlyLocationsList: ld hl, wFlyLocationsList - 1 |
