6137db102e
* ally switch move animation * Ally Switch anim done * ally switch test and improve animation * derp * add ally switch known failing test for ally targeting moves * moves which targetted ally fail after ally switch * ally switch works like protect --------- Co-authored-by: root <root@LAPTOP-3SNV7DEQ> Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
8 lines
230 B
C
8 lines
230 B
C
#ifndef GUARD_RESHOW_BATTLE_SCREEN_H
|
|
#define GUARD_RESHOW_BATTLE_SCREEN_H
|
|
|
|
void ReshowBattleScreenDummy(void);
|
|
void ReshowBattleScreenAfterMenu(void);
|
|
void CreateBattlerSprite(u32 battler);
|
|
|
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|