diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-17 18:18:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 18:18:47 -0400 |
commit | 96fd719a1906346db062daf13e1107b3c4b220ed (patch) | |
tree | 5df2369f01325a40ca65a4f744545460e348a198 /src | |
parent | 50e48898d2ab25b792b563825dca79d327bcb542 (diff) | |
parent | 89bcf3cbd9ad9d3c3631159c5ba20d3660819066 (diff) |
Merge pull request #1081 from GriffinRichards/add-localids
Add local object event ids for referenced objects
Diffstat (limited to 'src')
-rw-r--r-- | src/field_specials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c index 6d212b4c9..45391bdce 100644 --- a/src/field_specials.c +++ b/src/field_specials.c @@ -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] = |