mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-08 11:06:29 -05:00
More shadow options and documentation
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user