Korean support (#290)

* Update themes.c

Addes KOR in dump themes

* Update fs.c

Added Kor support usable with This patch: https://github.com/ZeroSkill1/CTR-Hacking/tree/master/General-Hacking/Korean%20HOME%20Menu%20Theme%20Patch
This commit is contained in:
cooolgamer
2024-02-26 19:05:52 +01:00
committed by GitHub
parent 3fa73ee291
commit 67fc17dddf
2 changed files with 11 additions and 1 deletions

View File

@@ -64,6 +64,10 @@ Result open_archives(void)
archive1 = 0x000002ce;
archive2 = 0x00000098;
break;
case 5:
archive1 = 0x000002cf;
archive2 = 0x000000a9;
break;
default:
archive1 = 0x00;
archive2 = 0x00;