mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Bug fixes: Shadow Pokémon still knowing some original moves when they shouldn't, Interpreter not resetting if saved in the middle of an event and then starting a new game, priority 1 tiles appearing below the player at larger screen sizes, ability inheritance when breeding
This commit is contained in:
@@ -42,6 +42,8 @@ module Game
|
||||
end
|
||||
$game_temp.common_event_id = 0 if $game_temp
|
||||
$game_temp.begun_new_game = true
|
||||
pbMapInterpreter&.clear
|
||||
pbMapInterpreter&.setup(nil, 0, 0)
|
||||
$scene = Scene_Map.new
|
||||
SaveData.load_new_game_values
|
||||
$stats.play_sessions += 1
|
||||
|
||||
Reference in New Issue
Block a user