mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
12 lines
304 B
C
12 lines
304 B
C
#ifndef PMDSKY_OVERLAY_29_02313814_H
|
|
#define PMDSKY_OVERLAY_29_02313814_H
|
|
|
|
struct StatIndex
|
|
{
|
|
int id;
|
|
};
|
|
|
|
void LowerDefensiveStat(struct entity *pokemon, struct entity *target, struct StatIndex stat, s32 increment, bool8 checkProtected, bool8 logMsgProtected);
|
|
|
|
#endif //PMDSKY_OVERLAY_29_02313814_H
|