|
@ -7,7 +7,6 @@ use crate::character::character::SelectScreenCharacter; |
|
|
|
|
|
|
|
|
use std::io::Read;
|
|
|
use std::io::Read;
|
|
|
|
|
|
|
|
|
pub const PATCH_FILE_CHUNK_SIZE: u16 = 0x8000; // 32kb
|
|
|
|
|
|
pub const GUILD_CARD_CHUNK_SIZE: usize = 0x6800;
|
|
|
pub const GUILD_CARD_CHUNK_SIZE: usize = 0x6800;
|
|
|
pub const PARAM_DATA_CHUNK_SIZE: usize = 0x6800;
|
|
|
pub const PARAM_DATA_CHUNK_SIZE: usize = 0x6800;
|
|
|
|
|
|
|
|
|