1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-28 21:19:24 +00:00

Start event #0000 on profile load

This commit is contained in:
dawnDus 2022-02-23 19:05:19 -05:00
parent 8a94c841c6
commit 1070e67af4
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -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;