diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 16:21:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 16:21:24 -0400 |
commit | e4ddc167504a65fabbeb77d9db6e4241b92b2a54 (patch) | |
tree | 87b2629fc0ffa1f3c4b93375cda96ef167f27675 /include/constants/script_pokemon_util.h | |
parent | 326934766a59d838c7313d2b9445ae548b1f7907 (diff) | |
parent | 186aa237dd5d843d119a3e0e1d404fe031f89dcf (diff) |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'include/constants/script_pokemon_util.h')
-rw-r--r-- | include/constants/script_pokemon_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/script_pokemon_util.h b/include/constants/script_pokemon_util.h new file mode 100644 index 00000000..afd70eeb --- /dev/null +++ b/include/constants/script_pokemon_util.h @@ -0,0 +1,8 @@ +#ifndef POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
+#define POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
+
+#define FLDPSN_NONE 0
+#define FLDPSN_PSN 1
+#define FLDPSN_HEAL 2
+
+#endif //POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
|