diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
| commit | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (patch) | |
| tree | 7475d498e4a1695aefd4a7e3356e735a51245d35 /mobile | |
| parent | f773fd1dd89782eb1e92b850c7409a8d8be37651 (diff) | |
Rename GetFarHalfword to GetFarWord
Fixes #796
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_40.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
