📦 Game Update 13962

This commit is contained in:
a2x
2023-10-14 15:20:36 +10:00
parent df7a1d75ca
commit 33a08d218d
57 changed files with 303 additions and 303 deletions

View File

@@ -52,7 +52,7 @@ mod tests {
let player_name = process.read_string(local_player_controller + 0x610)?;
println!("Name: {}", player_name);
println!("Local player name: {}", player_name);
Ok(())
}