Refactor Maps & Compasses coloring hook, remove PreFunc (#6351)

PreFunc for map/compass coloring & jabber nut coloring doesn't work in file select menu,
could make them always enabled in file select, but this seems simpler

Also fix map colors & ice cavern compass color
This commit is contained in:
Philip Dubé
2026-03-19 00:14:37 +00:00
committed by GitHub
parent a40ca58aba
commit 2f12677b25
5 changed files with 33 additions and 62 deletions

View File

@@ -50,7 +50,7 @@ extern "C"
extern u16 gBuildVersionMinor;
extern u16 gBuildVersionPatch;
extern const char gGitBranch[];
extern const char gGitCommitHash[];
extern const char gGitCommitHash[];
extern u8 gGitCommitTag[];
extern u8 gBuildTeam[];
extern u8 gBuildDate[];