diff options
| author | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-28 00:38:49 -0600 |
|---|---|---|
| committer | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-28 00:38:49 -0600 |
| commit | 6fd6c7af4675e97f9bcf677edf426b37998f9c13 (patch) | |
| tree | a94f371e9a075e4e49ebcf7c4abe640bbec2f440 /music/pokeredmusicdisasm/Volume.cpp | |
| parent | update MewBaseStats to use DEX_MEW (diff) | |
| download | pokeyellow-6fd6c7af4675e97f9bcf677edf426b37998f9c13.tar.gz pokeyellow-6fd6c7af4675e97f9bcf677edf426b37998f9c13.tar.xz pokeyellow-6fd6c7af4675e97f9bcf677edf426b37998f9c13.zip | |
big update after strip
hg-commit-id: dcfb20faef4d
Diffstat (limited to 'music/pokeredmusicdisasm/Volume.cpp')
| -rw-r--r-- | music/pokeredmusicdisasm/Volume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/music/pokeredmusicdisasm/Volume.cpp b/music/pokeredmusicdisasm/Volume.cpp index 3c717f0e..a0c2d192 100644 --- a/music/pokeredmusicdisasm/Volume.cpp +++ b/music/pokeredmusicdisasm/Volume.cpp @@ -44,7 +44,7 @@ bool Volume::IsValid(unsigned char* byte) string Volume::GenAsm()
{
string tmpRet = AbstractData::GenAsm();
- if(tmpRet != "") return false;
+ if(tmpRet != "") return tmpRet;
stringstream tmpAsmOut;
tmpAsmOut << "mus_volume" << " " << (short)volume;
|
