mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
9 lines
228 B
C
9 lines
228 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
|