diff options
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -590,7 +590,7 @@ BugContest_SetCaughtContestMon: GenerateBugContestMonStats: ; e781 (3:6781) ld a, [wTempEnemyMonSpecies] ld [wCurSpecies], a - ld [wd004], a + ld [wCurPartySpecies], a call GetBaseData xor a ld bc, PARTYMON_STRUCT_LENGTH |