Skip to content

Commit

Permalink
Update dictionaryCharacterParam field names
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcabd authored Jan 8, 2024
1 parent 70cd88b commit e81c3e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/nucc_binary/dictionary_character_param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ pub struct Entry {
#[serde(skip)]
pub dictionary_desc_ptr: u64,

pub unk1: i32,
pub unk2: i32,
pub justu1: i32,
pub jutsu2: i32,
#[brw(pad_after = 0x94)]
pub unk3: i32,
pub jutsu3: i32,

#[serde(skip)]
pub additional_link1_ptr: u64,
Expand Down Expand Up @@ -309,4 +309,4 @@ impl From<DictionaryCharacterParam> for Vec<u8> {





0 comments on commit e81c3e1

Please sign in to comment.