diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-06 16:22:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 17:22:38 -0400 |
| commit | 85c97397c387a30a90c42d857ed18075c51b980f (patch) | |
| tree | 733cdbeb9ec71d190d8c7a1d5e55f06c91d08dc7 /scripts | |
| parent | Remove Stadium data patch from tools/make_patch.c (#84) (diff) | |
| download | pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.gz pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.xz pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.zip | |
Improved Virtual Console patch identifiers (#85)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/SummerBeachHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
