diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 10:50:30 -0500 | 
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 10:50:30 -0500 | 
| commit | d3e81422d50f937b91df19e058c25ac7288f6063 (patch) | |
| tree | 6de026ed81054668b3885d780fd047fc69fca0ef /engine | |
| parent | abaf9fee7c73e708ef8c3e7a1ed710bfc9ec6f6e (diff) | |
Sync home and macro code with pokeyellow
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/movie/intro.asm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engine/movie/intro.asm b/engine/movie/intro.asm index 040d643d..9813d67c 100755 --- a/engine/movie/intro.asm +++ b/engine/movie/intro.asm @@ -23,7 +23,7 @@ PlayIntro:  PlayIntroScene:  	ld b, SET_PAL_NIDORINO_INTRO  	call RunPaletteCommand -	ldPal a, BLACK, DARK_GRAY, LIGHT_GRAY, WHITE +	ldpal a, SHADE_BLACK, SHADE_DARK, SHADE_LIGHT, SHADE_WHITE  	ldh [rBGP], a  	ldh [rOBP0], a  	ldh [rOBP1], a @@ -307,7 +307,7 @@ PlayShootingStar:  	ld b, SET_PAL_GAME_FREAK_INTRO  	call RunPaletteCommand  	farcall LoadCopyrightAndTextBoxTiles -	ldPal a, BLACK, DARK_GRAY, LIGHT_GRAY, WHITE +	ldpal a, SHADE_BLACK, SHADE_DARK, SHADE_LIGHT, SHADE_WHITE  	ldh [rBGP], a  	ld c, 180  	call DelayFrames | 
