diff options
author | YamaArashi <shadow962@live.com> | 2015-07-27 18:48:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-29 12:06:54 -0700 |
commit | 56d75db28ad827d514f3c2c52da0fe4ba2759610 (patch) | |
tree | c6ee60528141a29834d90269b379558db5bd4849 /home/text.asm | |
parent | 87f4f4eb44f16cdf23a8cb7a67efd69ad4a34d75 (diff) |
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 |