2023-08-18 10:11:34 -04:00
|
|
|
#ifndef GUARD_CODE_805D8C8_H
|
|
|
|
#define GUARD_CODE_805D8C8_H
|
|
|
|
|
2023-09-01 02:02:08 -04:00
|
|
|
#include "file_system.h"
|
2023-08-18 10:11:34 -04:00
|
|
|
|
2023-09-01 02:02:08 -04:00
|
|
|
void CloseAllSpriteFiles(void);
|
|
|
|
|
2025-02-08 16:53:52 -08:00
|
|
|
void OpenDungeonPaletteFile(void);
|
|
|
|
void CloseDungeonPaletteFile(void);
|
|
|
|
void LoadDungeonPokemonSprites(void);
|
2025-02-09 10:48:33 -08:00
|
|
|
void LoadDungeonActivePokemonSprites(void);
|
2023-09-01 02:02:08 -04:00
|
|
|
void sub_80687AC(void);
|
2024-11-28 14:04:20 +01:00
|
|
|
OpenedFile *GetSpriteData(s32 _species);
|
2024-09-15 20:29:02 +02:00
|
|
|
void LoadPokemonSprite(s16 id, bool32);
|
2023-08-18 10:11:34 -04:00
|
|
|
|
2024-11-28 14:04:20 +01:00
|
|
|
#endif // GUARD_CODE_805D8C8_H
|