diff options
Diffstat (limited to 'trainers')
-rwxr-xr-x | trainers/read_party.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trainers/read_party.asm b/trainers/read_party.asm index c74d4c6dc..9b7727a84 100755 --- a/trainers/read_party.asm +++ b/trainers/read_party.asm @@ -68,7 +68,7 @@ ReadTrainerParty: ; 39771 ld l, a ld bc, .done push bc - jp [hl] + jp hl .done jp ComputeTrainerReward |