diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-28 11:51:42 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-28 11:51:42 -0500 |
commit | 1d4c1aeef4b18738aae3966846429dae80da731c (patch) | |
tree | a446fd77175c21f2990bbc9f0d086f457d19609c /mobile | |
parent | 0cce00cb73849dc761bb36b302305c55ff2d54e4 (diff) |
'and BANK' -> 'aka BANK'
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_46.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 6e925d025..283f3b020 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -183,7 +183,7 @@ Function118180: ld a, [wcd38] and a ret z - ld a, BANK(s5_a89c) ; and BANK(s5_a8b2) + ld a, BANK(s5_a89c) ; aka BANK(s5_a8b2) call GetSRAMBank ld hl, wcd69 ld de, s5_a89c |