mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-15 15:40:13 -05:00
Found this lying around in a folder with a buncha other decompiled files I did awhile back- no idea why I didn't clean them up and push before but oh well I'm doing it now. Likely also means 2-3 more files to come if I get to those
13 lines
370 B
C
13 lines
370 B
C
#ifndef POKEHEARTGOLD_UNK_02055244_H
|
|
#define POKEHEARTGOLD_UNK_02055244_H
|
|
|
|
#include "task.h"
|
|
|
|
void sub_0205525C(TaskManager *taskManager);
|
|
void PalleteFadeUntilFinished(TaskManager *taskManager);
|
|
void sub_0205532C(TaskManager *taskManager);
|
|
void sub_020553B0(TaskManager *taskManager);
|
|
void sub_02055408(TaskManager *taskManager);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02055244_H
|