Skip to content

Commit

Permalink
QoL aaaaaa123456789#5: expand the temporary buffer used to check for …
Browse files Browse the repository at this point in the history
…stone evolutions from 9 bytes + terminator to 18 bytes + terminator
  • Loading branch information
aaaaaa123456789 authored and vulcandth committed Oct 16, 2022
1 parent dc4d81e commit e43752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/pokemon/party_menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ PlacePartyMonEvoStoneCompatibility:
ld l, a
ld de, wStringBuffer1
ld a, BANK("Evolutions and Attacks")
ld bc, 10
ld bc, wStringBuffer2 - wStringBuffer1
call FarCopyBytes
ld hl, wStringBuffer1
.loop2
Expand Down

0 comments on commit e43752d

Please sign in to comment.