Document roulette.inc

This commit is contained in:
GriffinR
2019-10-07 02:00:16 -04:00
parent 81ee8f07ef
commit 0df304d629
13 changed files with 137 additions and 133 deletions
+2 -2
View File
@@ -1930,9 +1930,9 @@ bool8 ScrCmd_setberrytree(struct ScriptContext *ctx)
bool8 ScrCmd_getpricereduction(struct ScriptContext *ctx)
{
u16 value = VarGet(ScriptReadHalfword(ctx));
u16 newsKind = VarGet(ScriptReadHalfword(ctx));
gSpecialVar_Result = GetPriceReduction(value);
gSpecialVar_Result = GetPriceReduction(newsKind);
return FALSE;
}