Skip to content

Commit

Permalink
Merge pull request #151 from Sha0den/master
Browse files Browse the repository at this point in the history
Fixes for src/engine/link/printer.asm
  • Loading branch information
dannye authored Aug 6, 2024
2 parents 83f22cd + 8b1cd38 commit c4c9d30
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 c4c9d30

Please sign in to comment.