Updated Feature Branches (markdown)

Manh 2023-10-19 02:57:10 +07:00
parent 9f0c324cb1
commit 4a203d2a7b
1 changed files with 3 additions and 0 deletions

@ -128,3 +128,6 @@ Originally implemented for Crystal Dust, this system features hourly lighting ch
(TODO: Add gif of player character waiting for nightfall in Rustboro)
This system is the highest fidelity of these three, with semi-transparent shadows under every overworld object, inter-frame blending for glowing light effects, and per-color overriding for window lights. However, it is also the most complex system, and is still in active development.
Note: ***THIS IS NOT A CLEAN FEATURE BRANCH*** which includes *only* the Day-Night system like the other two; this branch also includes HGSS-style pokemon followers and a dynamic overworld palette system, among many other minor changes and tweaks to hundreds of source files. Merge at your own risk.
### [DNS based on Merrp's DNS]](https://github.com/quocmanh94/pokeemerald/tree/day_night_system)
I have created a DNS system based on Merrp's DNS. In this system, I have removed HGSS-style Pokemon followers and retained a dynamic overworld palette system, including backward-compatible 16-bit graphics IDs for object events.