We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83f22cd + 8b1cd38 commit c4c9d30Copy full SHA for c4c9d30
src/engine/link/printer.asm
@@ -179,7 +179,7 @@ _RequestToPrintCard:
179
ld a, SYM_HP
180
lb bc, 15, 66
181
call WriteByteToBGMap0
182
- ld a, [wLoadedCard1EffectCommands]
+ ld a, [wLoadedCard1HP]
183
inc b
184
bank1call WriteTwoByteNumberInTxSymbolFormat
185
.skip_pokemon_data
@@ -248,7 +248,7 @@ DrawBottomCardInfoInSRAMGfxBuffer0:
248
.not_pkmn_card
249
bank1call SetNoLineSeparation
250
lb de, 1, 66
251
- ld a, SYM_No
+ ld a, 19
252
call InitTextPrintingInTextbox
253
ld hl, wLoadedCard1NonPokemonDescription
254
call ProcessTextFromPointerToID
0 commit comments