mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-26 13:33:06 -04: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
|