diff options
Diffstat (limited to 'home/print_text.asm')
-rwxr-xr-x | home/print_text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/print_text.asm b/home/print_text.asm index 2b8503ec..bd26f66c 100755 --- a/home/print_text.asm +++ b/home/print_text.asm @@ -110,7 +110,7 @@ Function33ce:: jr nz, .asm_33ce ret -Function33d7:: ; 33d7 (0:33d7) +Function33d7:: ld a, [de] swap a and $f @@ -123,7 +123,7 @@ Function33d7:: ; 33d7 (0:33d7) inc de ret -Function33e9:: ; 33e9 (0:33e9) +Function33e9:: ld bc, .digits add c ld c, a |