diff options
Diffstat (limited to 'engine/pokemon/correct_party_errors.asm')
-rw-r--r-- | engine/pokemon/correct_party_errors.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/correct_party_errors.asm b/engine/pokemon/correct_party_errors.asm index cc3901096..c10be0910 100644 --- a/engine/pokemon/correct_party_errors.asm +++ b/engine/pokemon/correct_party_errors.asm @@ -137,7 +137,7 @@ CorrectPartyErrors: ; unreferenced dec b jr nz, .loop3 - ld de, wPartyMonOT + ld de, wPartyMonOTs ld a, [wPartyCount] ld b, a ld c, 0 |