aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/diploma.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-08-18 10:32:50 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-08-18 10:32:50 -0500
commit1a987d1e1ab96ca9553d4253c72858057332a03a (patch)
treed101dc054e112304f327a5359532ee972e8da81a /engine/menu/diploma.asm
parentMore joypad constants (diff)
parentitem name length constant (diff)
downloadpokeyellow-1a987d1e1ab96ca9553d4253c72858057332a03a.tar.gz
pokeyellow-1a987d1e1ab96ca9553d4253c72858057332a03a.tar.xz
pokeyellow-1a987d1e1ab96ca9553d4253c72858057332a03a.zip
Merge pull request #114 from YamaArashi/master
Commented SGB palettes and other things
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