From d234b0d34147bd24114e0b3328311a0236201016 Mon Sep 17 00:00:00 2001 From: kiliwily <69381603+kiliwily@users.noreply.github.com> Date: Tue, 15 Feb 2022 20:02:10 +0100 Subject: Updated Increase money limit (markdown) --- Increase-money-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Increase-money-limit.md b/Increase-money-limit.md index 5a8be35..1ab5d01 100644 --- a/Increase-money-limit.md +++ b/Increase-money-limit.md @@ -46,7 +46,7 @@ We also need to fix the printing of the money itself, as right now, it only supp Now that money prints properly, we need to update the places where they are used. ## 2. Fix usages of money -The X value when printing money in shops also needs to be adjusted. Edit [src/shop.c](../blob/master/src/shop.c): +The x value when printing money in shops also needs to be adjusted. Edit [src/shop.c](../blob/master/src/shop.c): ```diff static void BuyMenuPrintItemQuantityAndPrice(u8 taskId) { -- cgit v1.2.3