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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user