Skip to content

Commit c4c9d30

Browse files
authored
Merge pull request #151 from Sha0den/master
Fixes for src/engine/link/printer.asm
2 parents 83f22cd + 8b1cd38 commit c4c9d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engine/link/printer.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ _RequestToPrintCard:
179179
ld a, SYM_HP
180180
lb bc, 15, 66
181181
call WriteByteToBGMap0
182-
ld a, [wLoadedCard1EffectCommands]
182+
ld a, [wLoadedCard1HP]
183183
inc b
184184
bank1call WriteTwoByteNumberInTxSymbolFormat
185185
.skip_pokemon_data
@@ -248,7 +248,7 @@ DrawBottomCardInfoInSRAMGfxBuffer0:
248248
.not_pkmn_card
249249
bank1call SetNoLineSeparation
250250
lb de, 1, 66
251-
ld a, SYM_No
251+
ld a, 19
252252
call InitTextPrintingInTextbox
253253
ld hl, wLoadedCard1NonPokemonDescription
254254
call ProcessTextFromPointerToID

0 commit comments

Comments
 (0)