mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 10:04:40 -05:00
13 lines
277 B
C
13 lines
277 B
C
#ifndef GUARD_CODE_805D8C8_H
|
|
#define GUARD_CODE_805D8C8_H
|
|
|
|
#include "file_system.h"
|
|
|
|
void CloseAllSpriteFiles(void);
|
|
|
|
void sub_8068768(void);
|
|
void sub_80687AC(void);
|
|
OpenedFile *GetSpriteData(s16 species);
|
|
void LoadPokemonSprite(s16 id, bool32);
|
|
|
|
#endif // GUARD_CODE_805D8C8_H
|