aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-06 16:22:38 -0500
committerGitHub <noreply@github.com>2022-06-06 17:22:38 -0400
commit85c97397c387a30a90c42d857ed18075c51b980f (patch)
tree733cdbeb9ec71d190d8c7a1d5e55f06c91d08dc7 /engine/movie
parentRemove Stadium data patch from tools/make_patch.c (#84) (diff)
downloadpokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.gz
pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.xz
pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.zip
Improved Virtual Console patch identifiers (#85)
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/intro_yellow.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/movie/intro_yellow.asm b/engine/movie/intro_yellow.asm
index f054f576..a67c6de4 100644
--- a/engine/movie/intro_yellow.asm
+++ b/engine/movie/intro_yellow.asm
@@ -30,7 +30,7 @@ PlayIntroScene:
jr .loop
.go_to_title_screen
- vc_hook FPA_031801_End3
+ vc_hook Stop_Reducing_intro_scene_flashing
call YellowIntro_BlankPalettes
xor a
ldh [hLCDCPointer], a
@@ -124,7 +124,7 @@ Jumptable_f9906:
YellowIntro_NextScene:
ld hl, wYellowIntroCurrentScene
inc [hl]
- vc_hook FPA_031801_Begin1
+ vc_hook Reduce_intro_scene_flashing_0E
ret
YellowIntroScene0:
@@ -603,7 +603,7 @@ YellowIntroScene14:
call YellowIntro_SpawnAnimatedObjectAndSavePointer
call YellowIntro_NextScene
ld a, $28
- vc_hook FPA_031801_Begin2
+ vc_hook Reduce_intro_scene_flashing_0F
ld [wYellowIntroSceneTimer], a
ret
@@ -708,14 +708,14 @@ YellowIntro_CheckFrameTimerDecrement:
ret
.asm_f9e4b
- vc_hook FPA_031801_End2
+ vc_hook Stop_reducing_intro_scene_flashing_0F
scf
ret
YellowIntro_LoadDMGPalAndIncrementCounter:
ld hl, wYellowIntroSceneTimer
ld a, [hl]
- vc_hook FPA_031801_End1
+ vc_hook Stop_reducing_intro_scene_flashing_0E
inc [hl]
ld l, a
ld h, $0