1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-23 20:55:30 +01:00
2017-11-29 08:30:18 -05:00

20 lines
301 B
C

#ifndef GUARD_FIELD_POISON_H
#define GUARD_FIELD_POISON_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
enum {
FLDPSN_NONE,
FLDPSN_PSN,
FLDPSN_FNT
};
void sub_80F972C(void);
unsigned int overworld_poison(void);
#endif //GUARD_FIELD_POISON_H