Added guards to form_change_types.h
This commit is contained in:
parent
034ba7d5d2
commit
b5b7631be7
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#ifndef GUARD_CONSTANTS_FORM_CHANGE_TYPES_H
|
||||
#define GUARD_CONSTANTS_FORM_CHANGE_TYPES_H
|
||||
|
||||
// FORM_CHANGE_BATTLE_HP_PERCENT param2 arguments
|
||||
#define HP_HIGHER_THAN 1
|
||||
|
@ -88,3 +90,5 @@
|
|||
// Form change that activates automatically when the turn ends.
|
||||
// param1: ability to check.
|
||||
#define FORM_CHANGE_BATTLE_TURN_END 14
|
||||
|
||||
#endif // GUARD_CONSTANTS_FORM_CHANGE_TYPES_H
|
||||
|
|
Loading…
Reference in a new issue