through sub_815E5C4
This commit is contained in:
@@ -714,6 +714,14 @@ struct TrainerTowerLog
|
||||
u32 unk0;
|
||||
u32 unk4;
|
||||
u8 unk8;
|
||||
u8 unk9;
|
||||
u8 unkA_0:1;
|
||||
u8 unkA_1:1;
|
||||
u8 unkA_2:1;
|
||||
u8 unkA_3:1;
|
||||
u8 unkA_4:1;
|
||||
u8 unkA_5:1;
|
||||
u8 unkA_6:2;
|
||||
};
|
||||
|
||||
struct SaveBlock1
|
||||
|
||||
@@ -63,5 +63,6 @@ u16 itemid_get_market_price(u16 itemId);
|
||||
void sub_809A2DC(void);
|
||||
void sub_809A2A4(void);
|
||||
void sub_8099E90(u16, u8 *);
|
||||
bool8 sub_809A084(u16 itemId, u16 amount);
|
||||
|
||||
#endif // ITEM_H
|
||||
|
||||
@@ -66,6 +66,7 @@ void DoSoftReset(void);
|
||||
void ClearPokemonCrySongs(void);
|
||||
void RestoreSerialTimer3IntrHandlers(void);
|
||||
void SetVBlankCounter1Ptr(u32 *ptr);
|
||||
void DisableVBlankCounter1(void);
|
||||
|
||||
extern const char RomHeaderGameCode[4];
|
||||
extern const char RomHeaderSoftwareVersion;
|
||||
|
||||
Reference in New Issue
Block a user