Added Setting that makes trainer-owned Pokémon give more Exp, other tweaks

This commit is contained in:
Maruno17
2022-07-03 17:39:44 +01:00
parent a2327c6280
commit 2976ee93ce
7 changed files with 24 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ module GameData
@tone_proc = hash[:tone_proc]
end
alias name real_name
def has_particles?
return @graphics[0] && @graphics[0].length > 0
end