From 7d3ea88611efbc2f9b903063e2816b1cae1bad35 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 9 Jan 2021 15:16:05 -0500 Subject: Rename GetFarHalfword to GetFarWord Fixes #796 --- mobile/mobile_40.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index f7b3c698f..38b8aab6c 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -117,7 +117,7 @@ Function1000ba: add hl, de add hl, de ld a, [wcd22] - call GetFarHalfword + call GetFarWord ld a, [wcd22] rst FarCall -- cgit v1.2.3