diff options
Diffstat (limited to 'home/pokemon.asm')
-rw-r--r-- | home/pokemon.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pokemon.asm b/home/pokemon.asm index 29af1cdd..eb77d387 100644 --- a/home/pokemon.asm +++ b/home/pokemon.asm @@ -199,8 +199,8 @@ PrintLevel_Force3Digits:: ld c, 3 Print8BitNumLeftAlign:: - ld [wDeciramBuffer], a - ld de, wDeciramBuffer + ld [wTextDecimalByte], a + ld de, wTextDecimalByte ld b, PRINTNUM_LEFTALIGN | 1 jp PrintNum |