diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-26 21:05:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 22:05:06 -0400 |
| commit | fbaa5c9d4b48c000a52860a8392fc423c4e312f9 (patch) | |
| tree | 80c5d8b0458ab6a2c2f1995ed0addd1f6cb5570f /engine/movie | |
| parent | Refactor pkmncompress.c to use common.h (diff) | |
| download | pokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.tar.gz pokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.tar.xz pokeyellow-fbaa5c9d4b48c000a52860a8392fc423c4e312f9.zip | |
Build the Virtual Console patch with `make yellow_vc` (#80)
Diffstat (limited to 'engine/movie')
| -rw-r--r-- | engine/movie/intro_yellow.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/movie/intro_yellow.asm b/engine/movie/intro_yellow.asm index 8a2e6f4c..f054f576 100644 --- a/engine/movie/intro_yellow.asm +++ b/engine/movie/intro_yellow.asm @@ -30,6 +30,7 @@ PlayIntroScene: jr .loop .go_to_title_screen + vc_hook FPA_031801_End3 call YellowIntro_BlankPalettes xor a ldh [hLCDCPointer], a @@ -123,6 +124,7 @@ Jumptable_f9906: YellowIntro_NextScene: ld hl, wYellowIntroCurrentScene inc [hl] + vc_hook FPA_031801_Begin1 ret YellowIntroScene0: @@ -601,6 +603,7 @@ YellowIntroScene14: call YellowIntro_SpawnAnimatedObjectAndSavePointer call YellowIntro_NextScene ld a, $28 + vc_hook FPA_031801_Begin2 ld [wYellowIntroSceneTimer], a ret @@ -705,12 +708,14 @@ YellowIntro_CheckFrameTimerDecrement: ret .asm_f9e4b + vc_hook FPA_031801_End2 scf ret YellowIntro_LoadDMGPalAndIncrementCounter: ld hl, wYellowIntroSceneTimer ld a, [hl] + vc_hook FPA_031801_End1 inc [hl] ld l, a ld h, $0 |
