Set map.json files with map_obj_gfx constants

This commit is contained in:
PikalaxALT
2019-10-19 15:05:51 -04:00
parent 1449c71364
commit d98d4d887c
366 changed files with 1690 additions and 1678 deletions
+2 -2
View File
@@ -559,7 +559,8 @@ void SetAllRenewableItemFlags(void)
void IncrementRenewableHiddenItemStepCounter(void)
{
u16 var = VarGet(VAR_RENEWABLE_ITEM_STEP_COUNTER);
if (var < 1500) {
if (var < 1500)
{
VarSet(VAR_RENEWABLE_ITEM_STEP_COUNTER, var + 1);
}
}
@@ -606,4 +607,3 @@ static void SampleRenewableItemFlags(void)
}
}
}