Fixed braces style
This commit is contained in:
+4
-2
@@ -1340,7 +1340,8 @@ static void DecorationItemsMenuAction_AttemptPlace(u8 taskId)
|
||||
else
|
||||
{
|
||||
ConvertIntToDecimalStringN(gStringVar1, sDecorationContext.size, STR_CONV_MODE_RIGHT_ALIGN, 2);
|
||||
if (sDecorationContext.isPlayerRoom == FALSE) {
|
||||
if (sDecorationContext.isPlayerRoom == FALSE)
|
||||
{
|
||||
StringExpandPlaceholders(gStringVar4, gText_NoMoreDecorations);
|
||||
}
|
||||
else
|
||||
@@ -2254,7 +2255,8 @@ static void Task_PutAwayDecoration(u8 taskId)
|
||||
gTasks[taskId].tState = 1;
|
||||
break;
|
||||
case 1:
|
||||
if (!gPaletteFade.active) {
|
||||
if (!gPaletteFade.active)
|
||||
{
|
||||
DrawWholeMapView();
|
||||
ScriptContext_SetupScript(SecretBase_EventScript_PutAwayDecoration);
|
||||
ClearDialogWindowAndFrame(0, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user