Skip to content

Commit

Permalink
Bugfix: Seeing a Pokemon in a trainer battle doesn't mark it as seen
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Oct 16, 2022
1 parent b9b81cc commit 584a99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3594,6 +3594,7 @@ ShowBattleTextEnemySentOut:

ShowSetEnemyMonAndSendOutAnimation:
ld a, [wTempEnemyMonSpecies]
call SetSeenMon
ld [wCurPartySpecies], a
ld [wCurSpecies], a
call GetBaseData
Expand Down

0 comments on commit 584a99d

Please sign in to comment.