diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-24 14:15:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 14:15:40 -0500 |
commit | 33e3813b68aabb0e5ccf471c9f4e24f4ac478097 (patch) | |
tree | 080fe94507ae5d64cc0fd8dc0737a7dd2994fad8 /src/battle_5.c | |
parent | debbef2fff046e35cf225fb6d5f86051d6ea340a (diff) | |
parent | d87b8b03f19002705e27e08dfcbd1beaed0cb005 (diff) |
Merge pull request #416 from DizzyEggg/decompile_reshow_battle_screen
Decompile reshow battle screen
Diffstat (limited to 'src/battle_5.c')
-rw-r--r-- | src/battle_5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_5.c b/src/battle_5.c index c54caae92..5972c0cb1 100644 --- a/src/battle_5.c +++ b/src/battle_5.c @@ -943,7 +943,7 @@ void sub_802D680(void) ewram17810[gActiveBank].unk1_0 = 0; FreeSpriteTilesByTag(0x27F9); FreeSpritePaletteByTag(0x27F9); - if (ewram17800[gActiveBank].unk0_2) + if (ewram17800[gActiveBank].substituteSprite) move_anim_start_t4(gActiveBank, gActiveBank, gActiveBank, 6); gBattleBankFunc[gActiveBank] = sub_802D730; } |