diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-15 17:36:16 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-15 17:36:16 -0600 |
commit | 3295ffbd5bcd75d586e3f6dde7469cad1fce2c85 (patch) | |
tree | f2164726dc0131a7d85b0c287af4018b0f5a993c /include/pokemon.h | |
parent | 4e9f791782fff682b133dab88533fe587b520815 (diff) |
clean up pokemon_item_effect.c
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 874ad7e09..8f1b46387 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -351,6 +351,8 @@ struct BattlePokemon /*0x54*/ u32 otId; }; +// Shouldn't these be the same enum? + enum { STAT_STAGE_HP, // 0 |