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 /battle/core.asm | |
parent | b68913a782baee1334e9614661c712ff27895e8e (diff) |
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/battle/core.asm b/battle/core.asm index e5679f16d..d8249bc98 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -5966,7 +5966,7 @@ Function3e75f: ; 3e75f .ok push hl ld de, StringBuffer1 - ld bc, $0102 + lb bc, 1, 2 call PrintNum pop hl rept 2 @@ -5974,8 +5974,8 @@ rept 2 endr ld [hl], "/" inc hl - ld de, wd265 - ld bc, $0102 + ld de, wNamedObjectIndexBuffer + lb bc, 1, 2 call PrintNum ret ; 3e786 @@ -8892,20 +8892,20 @@ Function3f85f: ; 3f85f add hl, de push hl ld de, wd00d - ld bc, $0204 + lb bc, 2, 4 call PrintNum pop hl ld de, $0005 add hl, de push hl ld de, wd00f - ld bc, $0204 + lb bc, 2, 4 call PrintNum pop hl ld de, $0005 add hl, de ld de, wd011 - ld bc, $0204 + lb bc, 2, 4 call PrintNum jr .asm_3f8cf @@ -8945,21 +8945,21 @@ Function3f85f: ; 3f85f call .asm_3f92b jr c, .asm_3f92a - ld bc, $0204 + lb bc, 2, 4 call PrintNum hlcoord 11, 4 ld de, sLinkBattleLosses call .asm_3f92b - ld bc, $0204 + lb bc, 2, 4 call PrintNum hlcoord 16, 4 ld de, sLinkBattleDraws call .asm_3f92b - ld bc, $0204 + lb bc, 2, 4 call PrintNum .asm_3f92a |