diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-05-18 13:27:32 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-05-18 13:27:32 -0400 |
| commit | b24cd55f968909c3ec29c6455a32463c987f3063 (patch) | |
| tree | 020c89c7fa3a121e975de27f42fa4d4063aab208 /maps | |
| parent | 7db6c5921185f139a78f1c290ffb1a2a538b1b01 (diff) | |
Correct the older+younger haircut brothers' labels and constants
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/GoldenrodUnderground.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/GoldenrodUnderground.asm b/maps/GoldenrodUnderground.asm index 75520028c..d26a04a98 100644 --- a/maps/GoldenrodUnderground.asm +++ b/maps/GoldenrodUnderground.asm @@ -201,7 +201,7 @@ OlderHaircutBrotherScript: ifequal HAVE_LESS, .NotEnoughMoney writetext GoldenrodUndergroundOlderHaircutBrotherAskWhichMonText buttonsound - special YoungerHaircutBrother + special OlderHaircutBrother ifequal $0, .Refused ifequal $1, .Refused setflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT @@ -284,7 +284,7 @@ YoungerHaircutBrotherScript: ifequal HAVE_LESS, .NotEnoughMoney writetext GoldenrodUndergroundYoungerHaircutBrotherAskWhichMonText buttonsound - special OlderHaircutBrother + special YoungerHaircutBrother ifequal $0, .Refused ifequal $1, .Refused setflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT |
