diff options
author | AvanceX <41306805+AvanceX@users.noreply.github.com> | 2018-07-21 17:30:53 +0200 |
---|---|---|
committer | AvanceX <41306805+AvanceX@users.noreply.github.com> | 2018-07-21 17:30:53 +0200 |
commit | 51c8ad49002a252e601cadd6fd9c63e5ee5a672a (patch) | |
tree | 1dcf5080e3ead44d8c89c6125bbbcd164f7f9ed9 | |
parent | 3612abf8d8b76b27d1b82ebeecaf27ac162406f0 (diff) |
Updated Infinitely reusable TMs (markdown)
-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 85f30dd..bffb82c 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/mart_constants.asm): +That introduced the single `MART_GOLDENROD_5F` constant, so edit [constants/mart_constants.asm](../blob/master/constants/mart_constants.asm): ```diff - const MART_GOLDENROD_5F_1 |