summaryrefslogtreecommitdiff
path: root/engine/intro.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-12 02:16:56 -0700
committerYamaArashi <shadow962@live.com>2015-08-12 02:16:56 -0700
commit64cfbcce7a71e6e75553575490fd60cbd61a5665 (patch)
treeb58d4f80d1b50d6db8306fb15323d144593d18f2 /engine/intro.asm
parent43fddc803f95b3a798c4f6c5f0ed741590aeeb4c (diff)
commented SGB palette stuff
Diffstat (limited to 'engine/intro.asm')
-rwxr-xr-xengine/intro.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/intro.asm b/engine/intro.asm
index 175baa63..29aa4ef4 100755
--- a/engine/intro.asm
+++ b/engine/intro.asm
@@ -18,8 +18,8 @@ PlayIntro: ; 41682 (10:5682)
ret
PlayIntroScene: ; 4169d (10:569d)
- ld b, $7
- call GoPAL_SET
+ ld b, SET_PAL_NIDORINO_INTRO
+ call RunPaletteCommand
ld a, %11100100
ld [rBGP], a
ld [rOBP0], a
@@ -302,8 +302,8 @@ LoadIntroGraphics: ; 41852 (10:5852)
jp FarCopyData2
PlayShootingStar: ; 4188a (10:588a)
- ld b, $c
- call GoPAL_SET
+ ld b, SET_PAL_GAME_FREAK_INTRO
+ call RunPaletteCommand
callba LoadCopyrightAndTextBoxTiles
ld a, $e4
ld [rBGP], a