summaryrefslogtreecommitdiff
path: root/misc/mobile_42.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-10 17:03:04 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-10 18:00:12 -0400
commitd42330ed8b591db79c43ef680edc5965d6a7b14b (patch)
treeaa02be28fbeef1e8d7e35c622b2163a3739886db /misc/mobile_42.asm
parentb68913a782baee1334e9614661c712ff27895e8e (diff)
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'misc/mobile_42.asm')
-rw-r--r--misc/mobile_42.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm
index b12fb29b3..a66e375ea 100644
--- a/misc/mobile_42.asm
+++ b/misc/mobile_42.asm
@@ -1343,7 +1343,7 @@ Function108a87: ; 108a87
Function108a92: ; 108a92
hlcoord 9, 0
- ld bc, $8103
+ lb bc, PRINTNUM_LEADINGZEROS | 1, 3
call PrintNum
ret
; 108a9c
@@ -1380,7 +1380,7 @@ Unknown_108abb: ; 108abb
Function108abe: ; 108abe
hlcoord 8, 6
- ld bc, $8205
+ lb bc, PRINTNUM_LEADINGZEROS | 2, 5
call PrintNum
ret
; 108ac8