1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-03-05 23:17:47 +01:00

14 lines
247 B
C
Raw Normal View History

#ifndef GUARD_FIELD_POISON_H
#define GUARD_FIELD_POISON_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
2019-10-06 20:04:30 -04:00
void TryFieldPoisonWhiteOut(void);
s32 DoPoisonFieldEffect(void);
#endif //GUARD_FIELD_POISON_H