shithub: pokecrystal

Download patch

ref: 143c3b367efa9eb64a4777caa82e2141d6a5bc98
parent: 2811be53bf91ea6e4544e1a2c8df0e763d9972d3
author: IIMarckus <[email protected]>
date: Tue Jan 10 19:24:05 EST 2017

Fix misleading label; the Growlithe check doesn't change in 1.1.

--- a/maps/BillsHouse.asm
+++ b/maps/BillsHouse.asm
@@ -74,7 +74,7 @@
 
 .GotWaterStone:
 	checkver
-	iftrue .Crystal11
+	iftrue .AskVulpix
 	writetext BillsGrandpaGrowlitheText
 	buttonsound
 	writetext BillsGrandpaAskToSeeMonText
@@ -88,7 +88,7 @@
 	setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
 	jump .ShowedGrowlitheVulpix
 
-.Crystal11:
+.AskVulpix:
 	writetext BillsGrandpaVulpixText
 	buttonsound
 	writetext BillsGrandpaAskToSeeMonText