mirror of https://github.com/pret/pokefirered
16 lines
402 B
C
16 lines
402 B
C
#ifndef GUARD_FIELD_SCREEN_EFFECT_H
|
|
#define GUARD_FIELD_SCREEN_EFFECT_H
|
|
|
|
#include "global.h"
|
|
|
|
void AnimateFlash(u8);
|
|
void FieldCB_SafariZoneRanOutOfBalls(void);
|
|
void DoOutwardBarnDoorWipe(void);
|
|
void Task_BarnDoorWipe(u8 taskId);
|
|
void FieldCB_RushInjuredPokemonToCenter(void);
|
|
void WriteFlashScanlineEffectBuffer(u8 flashLevel);
|
|
|
|
extern const s32 gMaxFlashLevel;
|
|
|
|
#endif // GUARD_FIELD_SCREEN_EFFECT_H
|