diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:40:38 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-03 09:31:47 -0600 |
commit | 4ea5e85bed767a8cffea1fdcfac8669dff06c632 (patch) | |
tree | 3f861b43c1f4ee19aee91f8cb4fb3d7654b0e4be /include/battle_util.h | |
parent | e03595a10d05e6c860fe051976dd19096ba7e18b (diff) |
Fix typos
This is an updated version of #554, since it hasn't been updated in two
weeks.
Diffstat (limited to 'include/battle_util.h')
-rw-r--r-- | include/battle_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_util.h b/include/battle_util.h index 71bb22a00..0756a387a 100644 --- a/include/battle_util.h +++ b/include/battle_util.h @@ -6,7 +6,7 @@ #define MOVE_LIMITATION_DISABLED (1 << 2) #define MOVE_LIMITATION_TORMENTED (1 << 3) #define MOVE_LIMITATION_TAUNT (1 << 4) -#define MOVE_LIMITATION_IMPRISION (1 << 5) +#define MOVE_LIMITATION_IMPRISON (1 << 5) #define ABILITYEFFECT_ON_SWITCHIN 0x0 #define ABILITYEFFECT_ENDTURN 0x1 @@ -44,7 +44,7 @@ u8 GetBattlerForBattleScript(u8 caseId); void PressurePPLose(u8 target, u8 attacker, u16 move); void PressurePPLoseOnUsingPerishSong(u8 attacker); -void PressurePPLoseOnUsingImprision(u8 attacker); +void PressurePPLoseOnUsingImprison(u8 attacker); void MarkAllBattlersForControllerExec(void); // unused void MarkBattlerForControllerExec(u8 battlerId); void sub_803F850(u8 arg0); |