mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Added class GameStats, added Pokédex records for eggs seen and expanded seen_forms to include shinies
This commit is contained in:
@@ -177,6 +177,7 @@ class MoveRelearnerScreen
|
||||
if move
|
||||
if @scene.pbConfirm(_INTL("Teach {1}?", GameData::Move.get(move).name))
|
||||
if pbLearnMove(pkmn, move)
|
||||
$stats.moves_taught_by_reminder += 1
|
||||
@scene.pbEndScene
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user