diff options
author | IIMarckus <iimarckus@gmail.com> | 2017-01-11 00:24:05 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2017-01-11 00:24:05 -0700 |
commit | 143c3b367efa9eb64a4777caa82e2141d6a5bc98 (patch) | |
tree | fecbaf40fbe6eac26bbe44985829479a75682aba | |
parent | 2811be53bf91ea6e4544e1a2c8df0e763d9972d3 (diff) |
Fix misleading label; the Growlithe check doesn't change in 1.1.
-rw-r--r-- | maps/BillsHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/BillsHouse.asm b/maps/BillsHouse.asm index 0eefa4fdd..f1a052b71 100644 --- a/maps/BillsHouse.asm +++ b/maps/BillsHouse.asm @@ -74,7 +74,7 @@ GrampsScript_0x189538: .GotWaterStone: checkver - iftrue .Crystal11 + iftrue .AskVulpix writetext BillsGrandpaGrowlitheText buttonsound writetext BillsGrandpaAskToSeeMonText @@ -88,7 +88,7 @@ GrampsScript_0x189538: setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA jump .ShowedGrowlitheVulpix -.Crystal11: +.AskVulpix: writetext BillsGrandpaVulpixText buttonsound writetext BillsGrandpaAskToSeeMonText |