Some renaming
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
#include "task.h"
|
||||
|
||||
void sub_813D808(u8 taskId);
|
||||
void sub_813D934(void (*)(void));
|
||||
void BerryPouch_StartFadeToExitCallback(u8 taskId);
|
||||
void BerryPouch_SetExitCallback(void (*)(void));
|
||||
void InitBerryPouch(u8, void (*)(void), u8);
|
||||
void sub_813EB20(u8 taskId, u8 bgId, const u8 * str, TaskFunc followUpFunc);
|
||||
void DisplayItemMessageInBerryPouch(u8 taskId, u8 bgId, const u8 * str, TaskFunc followUpFunc);
|
||||
void sub_813E2B8(u8 taskId);
|
||||
|
||||
#endif //GUARD_BERRY_POUCH_H
|
||||
|
||||
+1
-1
@@ -3,6 +3,6 @@
|
||||
|
||||
void sub_80BD620(u32 unkC, u32 unk10);
|
||||
bool8 sub_80BD540(void);
|
||||
void sub_80BD5C8(u8 flags);
|
||||
void StartTransitionToFlipBikeState(u8 flags);
|
||||
|
||||
#endif //GUARD_BIKE_H
|
||||
|
||||
+2
-2
@@ -29,9 +29,9 @@ void sub_8108CF0(void);
|
||||
void sub_810B108(u8);
|
||||
void ReturnToBagFromKeyItem(void);
|
||||
void ItemMenu_MoveItemSlotToNewPositionInArray(struct ItemSlot * slots, int pos1, int pos2);
|
||||
void sub_8108B50(u8 taskId);
|
||||
void ItemMenu_StartFadeToExitCallback(u8 taskId);
|
||||
void sub_8108CB4(void);
|
||||
void sub_8108EE0(void (*)(void));
|
||||
void ItemMenu_SetExitCallback(void (*)(void));
|
||||
void DisplayItemMessageInBag(u8 taskId, u8 bgId, const u8 * string, TaskFunc followUpFunc);
|
||||
void sub_810A1F8(u8 taskId);
|
||||
void sub_8107ECC(void);
|
||||
|
||||
@@ -53,7 +53,7 @@ void sub_81202F8(const u8 * src, u8 a1);
|
||||
bool8 sub_8120370(void);
|
||||
void PartyMenuInit(u8 a, u8 b, u8 c, u8 d, u8 messageId, TaskFunc task, MainCallback callback);
|
||||
void sub_81252D0(u8 taskId, TaskFunc followUpFunc);
|
||||
void sub_81256F8(u8 taskId, TaskFunc followUpFunc);
|
||||
void ItemUseCB_PpRestore(u8 taskId, TaskFunc followUpFunc);
|
||||
void dp05_pp_up(u8 taskId, TaskFunc followUpFunc);
|
||||
void dp05_rare_candy(u8 taskId, TaskFunc followUpFunc);
|
||||
void sub_8126B60(u8 taskId, TaskFunc followUpFunc);
|
||||
|
||||
+1
-1
@@ -678,6 +678,6 @@ u8 GetMonsStateToDoubles(void);
|
||||
void sub_803E0A4(struct Pokemon *mon, struct BattleTowerPokemon *src);
|
||||
void SetMultiuseSpriteTemplateToPokemon(u16 trainerSpriteId, u8 battlerPosition);
|
||||
|
||||
const u8 * sub_8042DA4(u16 itemId);
|
||||
const u8 * Battle_PrintStatBoosterEffectMessage(u16 itemId);
|
||||
|
||||
#endif // GUARD_POKEMON_H
|
||||
|
||||
Reference in New Issue
Block a user