Skip to content

Fix stale palette references at startup#38

Open
dextercd wants to merge 1 commit into
zeta0134:masterfrom
dextercd:fix/stale-palette-references
Open

Fix stale palette references at startup#38
dextercd wants to merge 1 commit into
zeta0134:masterfrom
dextercd:fix/stale-palette-references

Conversation

@dextercd
Copy link
Copy Markdown

@dextercd dextercd commented Sep 22, 2023

Fix stale palette references at startup.

Doesn't affect most games because they write to the attributes, Tuff is impacted by this because it's practically a DMG game that only uses a few GBC features. Since the game doesn't write to the attributes, the cache never fetches the palette references that are being updated.

*Tuff: https://github.com/BonsaiDen/Tuff.gb

Before:

20230923_01h14m12s_grim

After:

20230923_01h14m49s_grim

Doesn't affect most games because they write to the attributes, but Tuff
is impacted by this because it's practically a DMG game that only uses a
few GBC features.

*Tuff: https://github.com/BonsaiDen/Tuff.gb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant