summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkiliwily <69381603+kiliwily@users.noreply.github.com>2022-02-15 20:02:10 +0100
committerkiliwily <69381603+kiliwily@users.noreply.github.com>2022-02-15 20:02:10 +0100
commitd234b0d34147bd24114e0b3328311a0236201016 (patch)
treeab0aaf3ddb744d1d501ffe0211fdc3bedf74308e
parentf8644539f294c0d109d6c592f7e9bef3bb623ee8 (diff)
Updated Increase money limit (markdown)
-rw-r--r--Increase-money-limit.md2
1 files changed, 1 insertions, 1 deletions
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)
{