mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-25 07:27:48 -05:00
8 lines
179 B
C
8 lines
179 B
C
#ifndef GUARD_FIELD_SCREEN_EFFECT_H
|
|
#define GUARD_FIELD_SCREEN_EFFECT_H
|
|
|
|
void sub_8081594(u8);
|
|
void WriteFlashScanlineEffectBuffer(u8 val);
|
|
|
|
#endif // GUARD_FIELD_SCREEN_EFFECT_H
|