aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/diploma.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/menu/diploma.asm
parentconstants for IntroMoveMon (diff)
downloadpokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.gz
pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.xz
pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.zip
commented SGB palette stuff
Diffstat (limited to 'engine/menu/diploma.asm')
-rwxr-xr-xengine/menu/diploma.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/diploma.asm b/engine/menu/diploma.asm
index 3e28bc93..630c6c23 100755
--- a/engine/menu/diploma.asm
+++ b/engine/menu/diploma.asm
@@ -55,8 +55,8 @@ DisplayDiploma: ; 566e2 (15:66e2)
call EnableLCD
callba LoadTrainerInfoTextBoxTiles
- ld b, $8
- call GoPAL_SET
+ ld b, SET_PAL_GENERIC
+ call RunPaletteCommand
call Delay3
call GBPalNormal
ld a, $90