diff options
Diffstat (limited to 'engine/events/halloffame.asm')
-rw-r--r-- | engine/events/halloffame.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/halloffame.asm b/engine/events/halloffame.asm index acc73d48..cbce608c 100644 --- a/engine/events/halloffame.asm +++ b/engine/events/halloffame.asm @@ -459,7 +459,7 @@ DisplayHOFMon: call Textbox ld a, [wTempMonSpecies] ld [wCurPartySpecies], a - ld [wDeciramBuffer], a + ld [wTextDecimalByte], a ld hl, wTempMonDVs predef GetUnownLetter xor a @@ -474,7 +474,7 @@ DisplayHOFMon: ld [hli], a ld [hl], "." hlcoord 3, 13 - ld de, wDeciramBuffer + ld de, wTextDecimalByte lb bc, PRINTNUM_LEADINGZEROS | 1, 3 call PrintNum call GetBasePokemonName |