mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-24 05:05:29 +01:00
Added guards to form_change_types.h
This commit is contained in:
parent
034ba7d5d2
commit
b5b7631be7
@ -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
|
// FORM_CHANGE_BATTLE_HP_PERCENT param2 arguments
|
||||||
#define HP_HIGHER_THAN 1
|
#define HP_HIGHER_THAN 1
|
||||||
@ -88,3 +90,5 @@
|
|||||||
// Form change that activates automatically when the turn ends.
|
// Form change that activates automatically when the turn ends.
|
||||||
// param1: ability to check.
|
// param1: ability to check.
|
||||||
#define FORM_CHANGE_BATTLE_TURN_END 14
|
#define FORM_CHANGE_BATTLE_TURN_END 14
|
||||||
|
|
||||||
|
#endif // GUARD_CONSTANTS_FORM_CHANGE_TYPES_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user