From 143c3b367efa9eb64a4777caa82e2141d6a5bc98 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 11 Jan 2017 00:24:05 -0700 Subject: Fix misleading label; the Growlithe check doesn't change in 1.1. --- maps/BillsHouse.asm | 4 ++-- 1 file 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 -- cgit v1.2.3