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 | |
| parent | fix tmlearn (diff) | |
| parent | constants for PrintNumber (diff) | |
| download | pokeyellow-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.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 |
