Holiday 31
First Day of Autumn
Autumnal equinox
~1 min read · 194 words
When it falls
Autumnal equinox (around September 22) — fixed canonical date, ±1 day tolerance.
Worked dates:
| Year | Date |
|---|---|
| 2026 | September 22 |
| 2030 | September 22 |
| 2050 | September 22 |
What it shows on the island
From holidays.yml:
Autumn leaf and acorn.
Sprite
Dimensions: 32 × 32 pixels. Anchored at island position (404, 284).
Added by this port via the holiday expansion. existing_sprite: null. The visual is a 32x32 transparent emblem authored by an AI sub-agent in the shared 16-color CLUT defined in scripts/holidays_art_lib.py. It overlays the island corner during the holiday’s window rather than reskinning the scene.
Palette
#C8531A, #C89A2A, #8A3A1A
Three-color hint from holidays.yml. This is a guide for the codegen step and the emblem authoring pass; the actual emblem samples from the shared 16-color CLUT, and the original Sierra sprites use the original game palette directly.
Algorithm
Returned by holidayVernalEquinox / holidayAutumnalEquinox as a fixed canonical date. See Date-algorithm core.
Emblem
This holiday has an emblem on the shared sheet at cell 27, pixel offset (96, 96). View the packed sheet on GitHub: docs/ps1/holidays-emblems/holiday-emblems-sheet.png. Full index: Emblem gallery.
Source
- Row in
holidays.yml(search forid: 31orshort_name: "AUTUMN"). - Generated row in
src/holidays_table.c.