mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
14 lines
434 B
C
14 lines
434 B
C
#ifndef POKEHEARTGOLD_UNK_0200FA24_H
|
|
#define POKEHEARTGOLD_UNK_0200FA24_H
|
|
|
|
#include "heap.h"
|
|
|
|
void BeginNormalPaletteFade(int pattern, int typeTop, int typeBottom, u16 color, int duration, int framesPer, HeapID heapId);
|
|
void sub_0200FBDC(int a0);
|
|
void sub_0200FBF4(int a0, int a1);
|
|
void HandleFadeUpdateFrame(void);
|
|
BOOL IsPaletteFadeFinished(void);
|
|
void SetMasterBrightnessNeutral(u32 screen);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0200FA24_H
|