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
1 changed files with 2 additions and 0 deletions

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.x = self.pos_x;