mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-16 10:52:44 +00:00
Start event #0000 on profile load
This commit is contained in:
parent
8a94c841c6
commit
1070e67af4
|
@ -126,6 +126,8 @@ impl GameProfile {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
state.textscript_vm.start_script(0);
|
||||||
|
|
||||||
game_scene.player1.equip.0 = self.equipment as u16;
|
game_scene.player1.equip.0 = self.equipment as u16;
|
||||||
|
|
||||||
game_scene.player1.x = self.pos_x;
|
game_scene.player1.x = self.pos_x;
|
||||||
|
|
Loading…
Reference in a new issue