summaryrefslogtreecommitdiff
path: root/engine/menus/pokedex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus/pokedex.asm')
-rw-r--r--engine/menus/pokedex.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menus/pokedex.asm b/engine/menus/pokedex.asm
index c2e7de5a..c43a29e5 100644
--- a/engine/menus/pokedex.asm
+++ b/engine/menus/pokedex.asm
@@ -527,7 +527,7 @@ ShowPokedexDataInternal:
.func_43d7
inc hl
ld a, [hli]
- ldd [hl], a
+ ld [hld], a
ld [hl], "<DOT>"
inc de
inc de
@@ -550,9 +550,9 @@ ShowPokedexDataInternal:
call PrintNumber ; print weight
hlcoord 14, 8
ldh a, [hDexWeight + 1]
- sub a, 10
+ sub 10
ldh a, [hDexWeight]
- sbc a,0
+ sbc 0
jr nc, .next
ld [hl], "0" ; if the weight is less than 10, put a 0 before the decimal point
.next