Merge branch 'master' into doc-overworld
This commit is contained in:
@@ -2854,7 +2854,7 @@ void SetBattleTowerLinkPlayerGfx(void)
|
||||
|
||||
void ShowNatureGirlMessage(void)
|
||||
{
|
||||
static const u8 *const sNatureGirlMessages[] = {
|
||||
static const u8 *const sNatureGirlMessages[NUM_NATURES] = {
|
||||
[NATURE_HARDY] = BattleFrontier_Lounge5_Text_NatureGirlHardy,
|
||||
[NATURE_LONELY] = BattleFrontier_Lounge5_Text_NatureGirlLonely,
|
||||
[NATURE_BRAVE] = BattleFrontier_Lounge5_Text_NatureGirlBrave,
|
||||
@@ -3687,7 +3687,7 @@ void Unused_SetWeatherSunny(void)
|
||||
SetCurrentAndNextWeather(WEATHER_SUNNY);
|
||||
}
|
||||
|
||||
// Always returns 1
|
||||
// All mart employees have a local id of 1, so function always returns 1
|
||||
u32 GetMartEmployeeObjectEventId(void)
|
||||
{
|
||||
static const u8 sPokeMarts[][3] =
|
||||
|
||||
Reference in New Issue
Block a user