mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-11 03:36:40 -05:00
trainerproc documentation (#4734)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
@@ -87,7 +87,7 @@ std::string StringParser::ReadCharOrEscape()
|
||||
if (isEscape)
|
||||
RaiseError("unknown escape '\\%c'", code);
|
||||
else
|
||||
RaiseError("unknown character U+%X", code);
|
||||
RaiseError("unknown character U+%X\nIf this character is intended to be used, it needs to be implemented", code);
|
||||
}
|
||||
|
||||
return sequence;
|
||||
|
||||
Reference in New Issue
Block a user