| 256 | } |
| 257 | |
| 258 | void formatPerformanceIndex(const int16_t performanceIndex, FormatArguments& args) |
| 259 | { |
| 260 | args.push(performanceIndex); |
| 261 | args.push(getCorporateRatingAsStringId(performanceToRating(performanceIndex))); |
| 262 | } |
| 263 | |
| 264 | // 0x004F9462 |
| 265 | constexpr uint8_t kEmotionDurations[] = { |
no test coverage detected