diff options
author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
---|---|---|
committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
commit | 1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch) | |
tree | c6ee60528141a29834d90269b379558db5bd4849 /home/text.asm | |
parent | 87f4f4eb44f16cdf23a8cb7a67efd69ad4a34d75 (diff) | |
parent | 56d75db28ad827d514f3c2c52da0fe4ba2759610 (diff) |
Merge pull request #111 from YamaArashi/master
constants for PrintNumber
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 366dfd73..97ff2859 100644 --- a/home/text.asm +++ b/home/text.asm @@ -561,7 +561,7 @@ TextCommand09:: ; 1bff (0:1bff) ld a,b and a,$f0 swap a - set 6,a + set BIT_LEFT_ALIGN,a ld b,a call PrintNumber ld b,h |