import from github
This commit is contained in:
26
include/player_pc.h
Normal file
26
include/player_pc.h
Normal file
@ -0,0 +1,26 @@
|
||||
#ifndef GUARD_PLAYER_PC_H
|
||||
#define GUARD_PLAYER_PC_H
|
||||
|
||||
#include "menu.h"
|
||||
|
||||
struct PlayerPCItemPageStruct
|
||||
{
|
||||
u16 cursorPos;
|
||||
u16 itemsAbove;
|
||||
u8 pageItems;
|
||||
u8 count;
|
||||
u8 filler[3];
|
||||
u8 scrollIndicatorTaskId;
|
||||
};
|
||||
|
||||
extern struct PlayerPCItemPageStruct gPlayerPCItemPageInfo;
|
||||
|
||||
extern const struct MenuAction gMailboxMailOptions[];
|
||||
|
||||
void ReshowPlayerPC(u8 taskId);
|
||||
void CB2_PlayerPCExitBagMenu(void);
|
||||
void Mailbox_ReturnToMailListAfterDeposit(void);
|
||||
void NewGameInitPCItems(void);
|
||||
|
||||
|
||||
#endif //GUARD_PLAYER_PC_H
|
Reference in New Issue
Block a user