From 8b1cd38c254d0ac17fbede06481774aa243f7531 Mon Sep 17 00:00:00 2001 From: Sha0den <119825539+Sha0den@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:22:12 -0400 Subject: [PATCH] Fixes for src/engine/link/printer.asm --- src/engine/link/printer.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/link/printer.asm b/src/engine/link/printer.asm index f58011ae..4f675d77 100644 --- a/src/engine/link/printer.asm +++ b/src/engine/link/printer.asm @@ -179,7 +179,7 @@ _RequestToPrintCard: ld a, SYM_HP lb bc, 15, 66 call WriteByteToBGMap0 - ld a, [wLoadedCard1EffectCommands] + ld a, [wLoadedCard1HP] inc b bank1call WriteTwoByteNumberInTxSymbolFormat .skip_pokemon_data @@ -248,7 +248,7 @@ DrawBottomCardInfoInSRAMGfxBuffer0: .not_pkmn_card bank1call SetNoLineSeparation lb de, 1, 66 - ld a, SYM_No + ld a, 19 call InitTextPrintingInTextbox ld hl, wLoadedCard1NonPokemonDescription call ProcessTextFromPointerToID