Fixed play time carrying over to new games, fixed Eerie Spell thinking it's a status move, fixed text positionings in Pokédex and naming screen, fixed Channeler typo

This commit is contained in:
Maruno17
2022-08-07 14:21:30 +01:00
parent 757798c8a8
commit 3c748c9d68
11 changed files with 58 additions and 48 deletions

View File

@@ -140,4 +140,5 @@ SaveData.register(:stats) do
save_value { $stats }
load_value { |value| $stats = value }
new_game_value { GameStats.new }
reset_on_new_game
end