diff --git a/README.md b/README.md index f85b3e1..7abaf9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Construct type definitions for Mercury Engine | Format | Samus Returns (Read) | Samus Returns (Write) | Dread (Read) | Dread (Write) | Purpose | |-----------|----------------------|-----------------------|--------------|---------------|-------------| | BAPD | Missing | Missing | ✓ | ✓ | Audio Preset (positional audio data) | -| BCCAM | ✗ | ✗ | ✗ | ✗ | Camera Objects (used exclusively for a shot) | +| BCCAM | ✗ | ✗ | ✗ | ✗ | Cutscene Camera (used exclusively for cutscene takes) | | BCLGT | ✗ | ✗ | Missing | Missing | Lighting (?) | | BCMDL | ✗ | ✗ | ✓ | ✗ | 3D Models | | BCPTL | ✗ | ✗ | ✗ | ✗ | Particle Effect | @@ -69,7 +69,7 @@ Construct type definitions for Mercury Engine | LC | ✓ | ✓ | ✓ | ✓ | Lua Bytecode | | PKG | ✓ | ✓ | ✓ | ✓ | Packaged Files | | TOC | ✓ | ✓ | ✓ | ✓ | Table of Contents | -| TXT | ✓ | ✓ | ✓ | ✓ | UTF-16 Text File | +| TXT | ✓ | ✓ | ✓ | ✓ | UTF-16 Text File (?) | | WEBM | Missing | Missing | ✗ | ✗ | Standard WEBM |