Merge pull request #16 from wwylele/font-2

dump CHN/KOR/TWN font
This commit is contained in:
Weiyi Wang 2017-09-14 05:16:39 +03:00 committed by GitHub
commit f73f28fffe

View File

@ -78,6 +78,18 @@ void Dump() {
// savedatacheck/0004009b00014002.bin
u64 binary_lowpath_0004009b00014002[] = { 0x0004009b00014002, 0x00000001ffffff00 };
DumpSharedRomFS((u32*)binary_lowpath_0004009b00014002);
// savedatacheck/0004009b00014102.bin
u64 binary_lowpath_0004009b00014102[] = { 0x0004009b00014102, 0x00000001ffffff00 };
DumpSharedRomFS((u32*)binary_lowpath_0004009b00014102);
// savedatacheck/0004009b00014202.bin
u64 binary_lowpath_0004009b00014202[] = { 0x0004009b00014202, 0x00000001ffffff00 };
DumpSharedRomFS((u32*)binary_lowpath_0004009b00014202);
// savedatacheck/0004009b00014302.bin
u64 binary_lowpath_0004009b00014302[] = { 0x0004009b00014302, 0x00000001ffffff00 };
DumpSharedRomFS((u32*)binary_lowpath_0004009b00014302);
}
} // namespace