Skip to content

Commit

Permalink
Fixes for src/engine/link/printer.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha0den committed Aug 5, 2024
1 parent 83f22cd commit 8b1cd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/link/printer.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b1cd38

Please sign in to comment.