summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Infinitely-reusable-TMs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Infinitely-reusable-TMs.md b/Infinitely-reusable-TMs.md
index 3b8ee53..db46436 100644
--- a/Infinitely-reusable-TMs.md
+++ b/Infinitely-reusable-TMs.md
@@ -152,9 +152,9 @@ Edit [engine/items/mart.asm](../blob/master/engine/items/mart.asm):
+ jp c, .AlreadyHaveTM
+ farcall GetItemPrice
+ ld a, d
-+ ld [wBuffer1], a
++ ld [wBuySellItemPrice + 0], a
+ ld a, e
-+ ld [wBuffer2], a
++ ld [wBuySellItemPrice + 1], a
+ ld a, 1
+ ld [wItemQuantityChange], a
+ ld a, 99