pokemon_summary_screen.c, part 4.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define ITEM_NAME_LENGTH 14
|
||||
#define POKEMON_NAME_LENGTH 10
|
||||
#define OT_NAME_LENGTH 7
|
||||
#define MOVE_NAME_LENGTH 12
|
||||
|
||||
#define VERSION_SAPPHIRE 1
|
||||
#define VERSION_RUBY 2
|
||||
|
||||
@@ -45,6 +45,15 @@ enum PokemonSummaryScreenState3270
|
||||
PSS_STATE3270_6
|
||||
};
|
||||
|
||||
enum PokemonSummaryScreenStat
|
||||
{
|
||||
PSS_STAT_ATK,
|
||||
PSS_STAT_DEF,
|
||||
PSS_STAT_SPA,
|
||||
PSS_STAT_SPD,
|
||||
PSS_STAT_SPE
|
||||
};
|
||||
|
||||
s32 GetLastViewedMonIndex(void);
|
||||
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
|
||||
void sub_8138B38(u8);
|
||||
|
||||
@@ -1476,5 +1476,7 @@ extern const u8 gUnknown_8419C45[];
|
||||
extern const u8 gUnknown_8419C82[];
|
||||
extern const u8 gUnknown_8416202[];
|
||||
extern const u8 gUnknown_84161EF[];
|
||||
extern const u8 gUnknown_841620E[];
|
||||
extern const u8 gUnknown_8416210[];
|
||||
|
||||
#endif //GUARD_STRINGS_H
|
||||
|
||||
@@ -17,5 +17,6 @@ void CB2_ReturnFromLinkTrade(void);
|
||||
s32 Trade_CalcLinkPlayerCompatibilityParam(void);
|
||||
s32 CanRegisterMonForTradingBoard(struct GFtgtGnameSub rfuPlayer, u16 species2, u16 species, u8 isObedientBitSet);
|
||||
s32 GetUnionRoomTradeMessageId(struct GFtgtGnameSub rfuPlayer, struct GFtgtGnameSub rfuPartner, u16 playerSpecies2, u16 partnerSpecies, u8 requestedType, u16 playerSpecies, u8 isObedientBitSet);
|
||||
void CB2_ReturnToTradeMenuFromSummary(void);
|
||||
|
||||
#endif //GUARD_TRADE_H
|
||||
|
||||
Reference in New Issue
Block a user