summaryrefslogtreecommitdiff
path: root/engine/pokedex.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 /engine/pokedex.asm
parentb68913a782baee1334e9614661c712ff27895e8e (diff)
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r--engine/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index 066653777..31a21cff0 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -1541,7 +1541,7 @@ Function40b6a: ; 40b6a (10:4b6a)
ld de, -20
add hl, de
ld de, wd265
- ld bc, $8103
+ lb bc, PRINTNUM_LEADINGZEROS | 1, 3
call PrintNum
pop hl
ret