mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-24 06:57:12 -05:00
9 lines
226 B
C
9 lines
226 B
C
#ifndef POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
|
|
#define POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
|
|
|
|
#define FLDPSN_NONE 0
|
|
#define FLDPSN_PSN 1
|
|
#define FLDPSN_HEAL 2
|
|
|
|
#endif // POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
|