summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shop.c')
-rw-r--r--src/shop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shop.c b/src/shop.c
index 75d54e459..34086958e 100644
--- a/src/shop.c
+++ b/src/shop.c
@@ -498,8 +498,7 @@ static void BuyMenuDrawTextboxBG_Restore(void)
for (i = 0; i < 8; i++)
for (j = 0; j < 14; j++)
- gBGTilemapBuffers[1][32 * (i + 12) + j] =
- ewram18000[0x180 + 32 * i + j] + 0xC3E0;
+ gBGTilemapBuffers[1][32 * (i + 12) + j] = ewram18000[0x180 + 32 * i + j] + 0xC3E0;
}
static void Shop_PrintItemDesc(void)