Files
ascreamfromthedark-gb/.gitignore
T
enne2 5569de864c Remove finale music from ROM (archived in assets/finale_music.txt)
The 192-step D minor lament for CH1+CH2 has been extracted to an external
text file (ignored from git) for preservation. The finale now plays dramatic
silence (channels off) - the tragic tone is already conveyed by the 'YOUR
TORCH HAS RUN OUT...' text on a black screen. Frees ~2KB of ROM space
for upcoming features (e.g. instructions screen).
2026-06-25 16:02:31 +02:00

20 lines
228 B
Plaintext

# GBDK build artifacts
*.o
*.lst
*.map
*.sym
*.cdb
*.ihx
*.noi
*.asm
*.state
# Finale music archived externally — not compiled into ROM for now
assets/finale_music.txt
# Compiled ROMs
*.gb
# Python caches
__pycache__/
*.pyc