mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Additional memory card imps
This commit is contained in:
@@ -189,9 +189,9 @@ void CMemoryCardSys::CCardFileInfo::BuildCardBuffer()
|
||||
|
||||
CMemoryOutStream w(x104_cardBuffer.data(), x104_cardBuffer.size());
|
||||
w.writeUint32Big(0);
|
||||
char name[64];
|
||||
strncpy(name, x28_name2.data(), 64);
|
||||
w.writeBytes(name, 64);
|
||||
char comment[64];
|
||||
strncpy(comment, x28_comment.data(), 64);
|
||||
w.writeBytes(comment, 64);
|
||||
WriteBannerData(w);
|
||||
WriteIconData(w);
|
||||
memmove(x104_cardBuffer.data() + bannerSz, xf4_saveBuffer.data(), xf4_saveBuffer.size());
|
||||
|
||||
Reference in New Issue
Block a user