diff options
-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 |