From 64730b32e2c595469eb23e9cd40332b4a80e3e27 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 25 Sep 2008 22:55:25 +0000 Subject: [FIX] Removed *_End defines [FIX] Added weights to items and associated fields [FIX] Option for pausing during ATB battles when choosing moves added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@267 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigscript/SpeciesWrapper.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sigscript/SpeciesWrapper.cpp') diff --git a/sigscript/SpeciesWrapper.cpp b/sigscript/SpeciesWrapper.cpp index 5f1b1a72..42a46a50 100644 --- a/sigscript/SpeciesWrapper.cpp +++ b/sigscript/SpeciesWrapper.cpp @@ -100,6 +100,11 @@ int Sigscript::SpeciesWrapper::catchValue() const return m_species->catchValue(); } +int Sigscript::SpeciesWrapper::maxHoldWeight() const +{ + return m_species->maxHoldWeight(); +} + Sigmod::Fraction Sigscript::SpeciesWrapper::runChance() const { if (hasValueOfType("runChance")) -- cgit