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_40.asm | |
parent | b68913a782baee1334e9614661c712ff27895e8e (diff) |
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'misc/mobile_40.asm')
-rw-r--r-- | misc/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 3fcd0969a..f60ce3bd1 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1097,7 +1097,7 @@ Function100697: ; 100697 ret .asm_1006b4 - ld bc, $8102 + lb bc, PRINTNUM_LEADINGZEROS | 1, 2 call PrintNum ret @@ -1484,7 +1484,7 @@ Function100902: ; 100902 hlcoord 4, 11 call PlaceString hlcoord 8, 11 - ld bc, $0102 + lb bc, 1, 2 ld de, StringBuffer2 call PrintNum ld de, SFX_TWO_PC_BEEPS |