through sub_815E5C4

This commit is contained in:
PikalaxALT
2019-01-05 18:12:00 -05:00
parent 4b459cd460
commit 1e699465bd
7 changed files with 173 additions and 548 deletions
+8
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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;