mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 18:14:38 -05:00
10 lines
287 B
C
10 lines
287 B
C
#ifndef GUARD_CODE_800F958_H
|
|
#define GUARD_CODE_800F958_H
|
|
|
|
#include "structs/str_position.h"
|
|
|
|
void AddPokemonDungeonSprite(s32 id, s16 species, DungeonPos *pos, u32 priority);
|
|
void UpdateDungeonPokemonSprite(s32 id, s32 species, s32 status, u32 visible);
|
|
|
|
#endif // GUARD_CODE_800F958_H
|