diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-23 23:25:03 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-23 23:25:03 +0100 |
commit | 2d4ab9f4acba8a3c91ea52eca17d395ac21f12e4 (patch) | |
tree | 262a81b6b501783a48f950f971b0ee2405a8b711 /include/item_use.h | |
parent | f56067bb63e0b8c2d4ffed9cef2448e7229919db (diff) |
Updated items.c
Working but non-matching
Diffstat (limited to 'include/item_use.h')
-rw-r--r-- | include/item_use.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/item_use.h b/include/item_use.h index beee6b8d0..7874f7ee9 100644 --- a/include/item_use.h +++ b/include/item_use.h @@ -21,11 +21,13 @@ void DisplayItemRespondingMessageAndExitItemfinder(u8); void RotatePlayerAndExitItemfinder(u8); void ItemUseOutOfBattle_PokeblockCase(u8); void ItemUseOutOfBattle_CoinCase(u8); +void ItemUseOutOfBattle_PowderJar(u8); void ItemUseOutOfBattle_SSTicket(u8); void sub_80C9D00(u8); void ItemUseOutOfBattle_WailmerPail(u8); void sub_80C9D74(u8); void ItemUseOutOfBattle_Medicine(u8); +void ItemUseOutOfBattle_ReduceEV(u8); void ItemUseOutOfBattle_SacredAsh(u8); void ItemUseOutOfBattle_PPRecovery(u8); void ItemUseOutOfBattle_PPUp(u8); |