techs #1

Merged
jake merged 8 commits from techs into master 2021-06-19 00:25:04 -04:00
Showing only changes of commit 68080eff4b - Show all commits

View File

@ -512,7 +512,15 @@ pub struct SpawningMonsters {
#[pso_message(0x68)]
pub struct PlayerTelepipe {
unknown1: u16,
area: u16,
room: u16,
unknown2: u16,
x: f32,
y: f32,
z: f32,
rotation: u16,
unknown3: [u8; 2],
}
#[pso_message(0x69)]