From d237b01cfb241f417567c964e0df0658cf921570 Mon Sep 17 00:00:00 2001 From: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:31:11 +0200 Subject: Misc. naming and cleanup (#139) * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` --- engine/items/town_map.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items/town_map.asm') diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm index 96f6769c..3cf68aea 100644 --- a/engine/items/town_map.asm +++ b/engine/items/town_map.asm @@ -193,7 +193,7 @@ LoadTownMap_Fly:: ld c, 15 call DelayFrames hlcoord 18, 0 - ld [hl], "▶" + ld [hl], "▲" hlcoord 19, 0 ld [hl], "▼" pop hl -- cgit v1.3.1-sl0p