Review changes for #807
This commit is contained in:
@@ -1400,7 +1400,7 @@
|
||||
#define FLAG_ENABLE_SHIP_BIRTH_ISLAND (SYSTEM_FLAGS + 0x75)
|
||||
#define FLAG_ENABLE_SHIP_FARAWAY_ISLAND (SYSTEM_FLAGS + 0x76)
|
||||
|
||||
#define FLAG_SYS_STORAGE_UNKNOWN_FLAG (SYSTEM_FLAGS + 0x77)
|
||||
#define FLAG_SHOWN_BOX_WAS_FULL_MESSAGE (SYSTEM_FLAGS + 0x77)
|
||||
|
||||
#define FLAG_ARRIVED_ON_FARAWAY_ISLAND (SYSTEM_FLAGS + 0x78)
|
||||
#define FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT (SYSTEM_FLAGS + 0x79)
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
#define VAR_DEOXYS_ROCK_STEP_COUNT 0x4034
|
||||
#define VAR_DEOXYS_ROCK_LEVEL 0x4035
|
||||
#define VAR_STORAGE_UNKNOWN 0x4036
|
||||
#define VAR_PC_BOX_TO_SEND_MON 0x4036
|
||||
#define VAR_UNUSUAL_WEATHER_LOCATION 0x4037
|
||||
#define VAR_UNUSUAL_WEATHER_STEP_COUNTER 0x4038
|
||||
#define VAR_SHOULD_END_UNUSUAL_WEATHER 0x4039
|
||||
|
||||
@@ -5,8 +5,8 @@ extern bool8 gBikeCyclingChallenge;
|
||||
extern u8 gBikeCollisions;
|
||||
|
||||
u8 GetLeadMonIndex(void);
|
||||
u8 sub_813B260(void);
|
||||
u16 get_unknown_box_id(void);
|
||||
u8 IsDestinationBoxFull(void);
|
||||
u16 GetPCBoxToSendMon(void);
|
||||
bool8 InMultiBattleRoom(void);
|
||||
void sub_813BF10(void);
|
||||
void IncrementBirthIslandRockStepCount(void);
|
||||
@@ -23,13 +23,13 @@ void ShowScrollableMultichoice(void);
|
||||
void FrontierGamblerSetWonOrLost(bool8 won);
|
||||
u8 sub_813BADC(u8 a0);
|
||||
bool8 InPokemonCenter(void);
|
||||
void SetShoalItemFlag(u16 v0);
|
||||
void UpdateFrontierManiac(u16 a0);
|
||||
void UpdateFrontierGambler(u16 a0);
|
||||
void SetShoalItemFlag(u16 unused);
|
||||
void UpdateFrontierManiac(u16 daysSince);
|
||||
void UpdateFrontierGambler(u16 daysSince);
|
||||
void ResetCyclingRoadChallengeData(void);
|
||||
bool8 UsedPokemonCenterWarp(void);
|
||||
void ResetFanClub(void);
|
||||
bool8 sub_813B21C(void);
|
||||
void set_unknown_box_id(u8 id);
|
||||
bool8 ShouldShowBoxWasFullMessage(void);
|
||||
void SetPCBoxToSendMon(u8 boxId);
|
||||
|
||||
#endif // GUARD_FIELD_SPECIALS_H
|
||||
|
||||
@@ -758,31 +758,29 @@ extern const u8 BattleFrontier_Lounge2_Text_26174D[];
|
||||
extern const u8 BattleFrontier_Lounge2_Text_2617F9[];
|
||||
extern const u8 BattleFrontier_Lounge2_Text_2618C4[];
|
||||
|
||||
extern const u8 BattleFrontier_Lounge5_Text_26468D[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2646E5[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264741[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2647A4[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2647FC[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264858[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2648BE[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264916[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264972[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2649D5[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264A3F[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264A9B[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264AF3[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264B5D[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2648BE[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264BC3[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264C36[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2648BE[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264C95[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264D01[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264D6B[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264DD7[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264E33[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_264E8F[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_2648BE[];
|
||||
// Battle Frontier Nature Girl
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlHardy[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlLonely[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlBrave[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlAdamant[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlNaughty[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlBold[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlDocileNaiveQuietQuirky[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlRelaxed[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlImpish[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlLax[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlTimid[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlHasty[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlSerious[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlJolly[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlModest[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlMild[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlBashful[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlRash[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlCalm[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlGentle[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlSassy[];
|
||||
extern const u8 BattleFrontier_Lounge5_Text_NatureGirlCareful[];
|
||||
|
||||
extern const u8 BattleFrontier_Lounge3_Text_262261[];
|
||||
extern const u8 BattleFrontier_Lounge3_Text_26230D[];
|
||||
|
||||
Reference in New Issue
Block a user