diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-10 17:03:04 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-10 18:00:12 -0400 |
commit | d42330ed8b591db79c43ef680edc5965d6a7b14b (patch) | |
tree | aa02be28fbeef1e8d7e35c622b2163a3739886db /misc/mobile_45.asm | |
parent | b68913a782baee1334e9614661c712ff27895e8e (diff) |
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'misc/mobile_45.asm')
-rw-r--r-- | misc/mobile_45.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm index 7ae4f8327..25d753edc 100644 --- a/misc/mobile_45.asm +++ b/misc/mobile_45.asm @@ -13368,11 +13368,11 @@ Function11a302: ; 11a302 call PlaceString hlcoord 9, 4 ld de, wcd68 - ld bc, $8102 + lb bc, PRINTNUM_LEADINGZEROS | 1, 2 call PrintNum hlcoord 14, 4 ld de, wcd67 - ld bc, $8102 + lb bc, PRINTNUM_LEADINGZEROS | 1, 2 call PrintNum ld a, $80 ld [wcd44], a |