aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
commit1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch)
treec6ee60528141a29834d90269b379558db5bd4849 /home
parentfix tmlearn (diff)
parentconstants for PrintNumber (diff)
downloadpokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.gz
pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.xz
pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.zip
Merge pull request #111 from YamaArashi/master
constants for PrintNumber
Diffstat (limited to 'home')
-rw-r--r--home/text.asm2
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