diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 01:40:23 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 01:40:23 -0400 |
commit | c9cb67141bd13db51b8f6cb79f158cbca21660d0 (patch) | |
tree | 79c1e49f87af73e355d6bdf1ead6dfba7f24edfb /mobile | |
parent | 84983947011d79f1988388cf08dee55cdc82cc99 (diff) |
Make reviewed fixes; standardize on " + "
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 a77a7a209..d9b9d7af7 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -3367,7 +3367,7 @@ Function119987: ret Function1199b4: - ld a, [w3_d081+1] + ld a, [w3_d081 + 1] and a jr nz, .asm_1199c7 ld a, [w3_d081] |