mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-08 09:05:59 -05:00
Clean kecleon_bros function signatures
This commit is contained in:
@@ -42,4 +42,6 @@ extern struct FelicityBankWork *gFelicityBankWork;
|
||||
#define FELICITY_BANK_ACTION_WITHDRAW 0
|
||||
#define FELICITY_BANK_ACTION_DEPOSIT 1
|
||||
|
||||
void DrawTeamMoneyBox(u32 param_1);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -82,6 +82,17 @@ enum KecleonStoreStates
|
||||
};
|
||||
|
||||
// mode corresponds to the enum: KecleonShopMode
|
||||
u32 DisplayKeckleonDialogueSprite(u32 mode);
|
||||
u32 KecleonShop_New(u32 mode);
|
||||
|
||||
bool32 sub_801A5D8(u32, s32, struct UnkTextStruct2_sub *, u32);
|
||||
s32 sub_801A8AC(void);
|
||||
void sub_801A8D0(u8);
|
||||
void sub_801A928(void);
|
||||
void sub_801A9E0(void);
|
||||
void sub_801AD34(u32);
|
||||
bool8 sub_801ADA0(s32);
|
||||
void sub_801AE84(void);
|
||||
s32 sub_801AED0(s32);
|
||||
s32 sub_801AEA8(void);
|
||||
|
||||
#endif // GUARD_KECLEON_BROS_H
|
||||
|
||||
Reference in New Issue
Block a user