diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-03-19 00:14:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 00:14:37 +0000 |
| commit | 2f12677b25959f85e322ea47d45dc8ea53e0ccb1 (patch) | |
| tree | 4a4bd6410a315ce9343d280ec1799ab8cff94366 /soh/include | |
| parent | a40ca58aba8d39554c8b8b1183c4454bd8c60eb4 (diff) | |
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
Diffstat (limited to 'soh/include')
| -rw-r--r-- | soh/include/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/include/variables.h b/soh/include/variables.h index dc20ea2db..8c877e294 100644 --- a/soh/include/variables.h +++ b/soh/include/variables.h @@ -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[]; |
