diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-29 13:06:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-29 13:06:11 -0400 |
commit | 35e7dffe66de92dccda079b62a6ce268906e1440 (patch) | |
tree | 6d6ab19a542d35dae9d071e1da7a599d7484e64d /asm/overworld.s | |
parent | 24d36fd91fb7b13efed60c94ab3882ce3b2d55ab (diff) |
trainer_pokemon_sprites
Diffstat (limited to 'asm/overworld.s')
-rw-r--r-- | asm/overworld.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/overworld.s b/asm/overworld.s index d191a9009..38c5bbdd7 100644 --- a/asm/overworld.s +++ b/asm/overworld.s @@ -4631,7 +4631,7 @@ sub_8057024: @ 8057024 bl ResetSpriteData bl ResetPaletteFade bl ScanlineEffect_Clear - bl dp13_810BB8C + bl ResetAllPicSprites bl ResetCameraUpdateInfo bl InstallCameraPanAheadCallback cmp r4, 0 @@ -5396,7 +5396,7 @@ _08057690: b _0805772A _0805769C: bl ScanlineEffect_Clear - bl dp13_810BB8C + bl ResetAllPicSprites bl ResetCameraUpdateInfo bl InstallCameraPanAheadCallback bl FieldEffectActiveListClear |