From 85c97397c387a30a90c42d857ed18075c51b980f Mon Sep 17 00:00:00 2001 From: vulcandth Date: Mon, 6 Jun 2022 16:22:38 -0500 Subject: Improved Virtual Console patch identifiers (#85) --- scripts/SummerBeachHouse.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/SummerBeachHouse.asm b/scripts/SummerBeachHouse.asm index f31c04fe..e0bc01b4 100644 --- a/scripts/SummerBeachHouse.asm +++ b/scripts/SummerBeachHouse.asm @@ -13,7 +13,7 @@ SummerBeachHouse_TextPointers: SurfinDudeText: text_asm ld a, [wd472] - vc_patch MiniGame + vc_patch Bypass_need_Pikachu_with_Surf_for_minigame IF DEF (_YELLOW_VC) bit 7, a ELSE @@ -136,7 +136,7 @@ SummerBeachHouseSign4Text: ld a, 1 ld [wDoNotWaitForButtonPressAfterDisplayingText], a ld a, [wd472] - vc_patch MiniGameHighScorePC + vc_patch Bypass_need_Pikachu_with_Surf_for_high_score IF DEF(_YELLOW_VC) bit 7, a ELSE -- cgit v1.3.1-sl0p