mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
14 lines
247 B
C
Executable File
14 lines
247 B
C
Executable File
#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
|