mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Added "VS Rocket Admin" battle transition animation
This commit is contained in:
@@ -22,15 +22,14 @@ class Player < Trainer
|
||||
|
||||
# Clears the Pokédex.
|
||||
def clear
|
||||
@seen = {}
|
||||
@owned = {}
|
||||
@seen_forms = {} # Gender (0 or 1), shiny (0 or 1), form number
|
||||
@seen_shiny_forms = {}
|
||||
@seen_eggs = {}
|
||||
@last_seen_forms = {}
|
||||
@owned_shadow = {}
|
||||
@caught_counts = {}
|
||||
@defeated_counts = {}
|
||||
@seen = {}
|
||||
@owned = {}
|
||||
@seen_forms = {} # Gender (0 or 1), shiny (0 or 1), form number
|
||||
@seen_eggs = {}
|
||||
@last_seen_forms = {}
|
||||
@owned_shadow = {}
|
||||
@caught_counts = {}
|
||||
@defeated_counts = {}
|
||||
self.refresh_accessible_dexes
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user