mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
9 lines
220 B
C
9 lines
220 B
C
#ifndef POKEPLATINUM_CONSTANTS_FIELD_POISON_H
|
|
#define POKEPLATINUM_CONSTANTS_FIELD_POISON_H
|
|
|
|
#define FLDPSN_NONE 0
|
|
#define FLDPSN_POISONED 1
|
|
#define FLDPSN_FAINTED 2
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_FIELD_POISON_H
|