diff options
-rw-r--r-- | Infinitely-reusable-TMs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Infinitely-reusable-TMs.md b/Infinitely-reusable-TMs.md index 7e5ce93..85f30dd 100644 --- a/Infinitely-reusable-TMs.md +++ b/Infinitely-reusable-TMs.md @@ -416,7 +416,7 @@ Now edit [maps/GoldenrodDeptStore5F.asm](../blob/master/maps/GoldenrodDeptStore5 We did two things there: simplify the clerk script to just use a single Mart which won't have either redundant TM; and add clauses to the happiness-check lady that only allow one of each TM. -That introduced the single `MART_GOLDENROD_5F` constant, so edit [constants/item_data_constants.asm](../blob/master/constants/item_data_constants.asm): +That introduced the single `MART_GOLDENROD_5F` constant, so edit [constants/item_data_constants.asm](../blob/master/constants/mart_constants.asm): ```diff - const MART_GOLDENROD_5F_1 |