More shadow options and documentation

This commit is contained in:
Hedara
2025-04-10 22:41:38 +02:00
parent b075163c57
commit d78afca94f
4 changed files with 26 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
## Day/Night system FAQ
### Q: How do I disable DNS?
A: Set `OW_ENABLE_DNS` to `FALSE` in `include/config/overworld.h`.
### Q: How do I mark certain colors in a palette as light-blended?
A: Create a `.pla` file in the same folder as the `.pal` with the same name.
@@ -14,3 +17,9 @@ on separate lines to mark those colors as being light-blended, i.e:
9
10
```
### Q: How do I return to using regular shadows?
A: Set `OW_OBJECT_VANILLA_SHADOWS` to `TRUE` in `include/config/overworld.h`.
### Q: How do I disable shadows for certain locations?
A: Shadows can be disabled for certain locations by modifying the `CurrentMapHasShadows` function in `src/overworld.c`