You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix misleading label; the Growlithe check doesn't change in 1.1.
This commit is contained in:
@@ -74,7 +74,7 @@ GrampsScript_0x189538:
|
|||||||
|
|
||||||
.GotWaterStone:
|
.GotWaterStone:
|
||||||
checkver
|
checkver
|
||||||
iftrue .Crystal11
|
iftrue .AskVulpix
|
||||||
writetext BillsGrandpaGrowlitheText
|
writetext BillsGrandpaGrowlitheText
|
||||||
buttonsound
|
buttonsound
|
||||||
writetext BillsGrandpaAskToSeeMonText
|
writetext BillsGrandpaAskToSeeMonText
|
||||||
@@ -88,7 +88,7 @@ GrampsScript_0x189538:
|
|||||||
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||||
jump .ShowedGrowlitheVulpix
|
jump .ShowedGrowlitheVulpix
|
||||||
|
|
||||||
.Crystal11:
|
.AskVulpix:
|
||||||
writetext BillsGrandpaVulpixText
|
writetext BillsGrandpaVulpixText
|
||||||
buttonsound
|
buttonsound
|
||||||
writetext BillsGrandpaAskToSeeMonText
|
writetext BillsGrandpaAskToSeeMonText
|
||||||
|
Reference in New Issue
Block a user