summaryrefslogtreecommitdiff
path: root/misc/mobile_42.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-10-13 19:23:12 -0400
committeryenatch <yenatch@gmail.com>2015-10-13 19:23:12 -0400
commitd5f94e9ee5a2f5ec8fb26c29d74c02531fc79c5a (patch)
tree003a0d9a296095020d110e3cdc6b2127a3e20e38 /misc/mobile_42.asm
parent7176eff7aafda5378305a593c459d158ac27601f (diff)
parentd338a092c5a54d73e3e0a186569cc3b84e61c4ae (diff)
Merge pull request #320 from PikalaxALT/master
More labels, including fns responsible for partymon generation
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