mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05:00
14 lines
247 B
C
14 lines
247 B
C
#ifndef GUARD_FIELD_POISON_H
|
|
#define GUARD_FIELD_POISON_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void TryFieldPoisonWhiteOut(void);
|
|
s32 DoPoisonFieldEffect(void);
|
|
|
|
#endif //GUARD_FIELD_POISON_H
|