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 /home/predef.asm | |
parent | 84983947011d79f1988388cf08dee55cdc82cc99 (diff) |
Make reviewed fixes; standardize on " + "
Diffstat (limited to 'home/predef.asm')
-rw-r--r-- | home/predef.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/predef.asm b/home/predef.asm index e829bdc00..bfb5e4690 100644 --- a/home/predef.asm +++ b/home/predef.asm @@ -39,7 +39,7 @@ Predef:: ld a, h ld [wPredefTemp], a ld a, l - ld [wPredefTemp+1], a + ld [wPredefTemp + 1], a pop hl ld a, h |