Updated items.c

Working but non-matching
This commit is contained in:
Slawter666
2018-04-23 23:25:03 +01:00
parent f56067bb63
commit 2d4ab9f4ac
3 changed files with 50 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
#ifndef GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H
#define GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H
#define POCKET_ITEMS, 0x01
#define POCKET_POKE_BALLS, 0x02
#define POCKET_TM_HM, 0x03
#define POCKET_BERRIES, 0x04
#define POCKET_KEY_ITEMS, 0x05
#endif // GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H

View File

@@ -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);