mirror of
https://github.com/pret/pokeruby.git
synced 2025-03-02 10:07:09 +00:00
Merge branch 'master' into decompile_battle_3
This commit is contained in:
commit
3e48a5af6c
@ -137,7 +137,7 @@ std::string AsmFile::ReadPath()
|
||||
FATAL_INPUT_ERROR("path is too long");
|
||||
}
|
||||
|
||||
return std::string(m_buffer, startPos, length);
|
||||
return std::string(m_buffer + startPos, length);
|
||||
}
|
||||
|
||||
void AsmFile::SkipEndOfLineComment()
|
||||
|
Loading…
x
Reference in New Issue
Block a user