diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
| commit | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (patch) | |
| tree | b58d4f80d1b50d6db8306fb15323d144593d18f2 /engine/menu/league_pc.asm | |
| parent | constants for IntroMoveMon (diff) | |
| download | pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.gz pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.xz pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.zip | |
commented SGB palette stuff
Diffstat (limited to 'engine/menu/league_pc.asm')
| -rwxr-xr-x | engine/menu/league_pc.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menu/league_pc.asm b/engine/menu/league_pc.asm index e2dce785..5b8ae7f0 100755 --- a/engine/menu/league_pc.asm +++ b/engine/menu/league_pc.asm @@ -47,7 +47,7 @@ PKMNLeaguePC: ; 0x7657e res 6, [hl] call GBPalWhiteOutWithDelay3 call ClearScreen - call GoPAL_SET_CF1C + call RunDefaultPaletteCommand jp GBPalNormal LeaguePCShowTeam: ; 765e5 (1d:65e5) @@ -86,15 +86,15 @@ LeaguePCShowMon: ; 76610 (1d:6610) ld [wcf91], a ld [wd0b5], a ld [wBattleMonSpecies2], a - ld [wcf1d], a + ld [wWholeScreenPaletteMonSpecies], a ld a, [hli] ld [wHoFMonLevel], a ld de, wcd6d ld bc, NAME_LENGTH call CopyData - ld b, $0B + ld b, SET_PAL_POKEMON_WHOLE_SCREEN ld c, 0 - call GoPAL_SET + call RunPaletteCommand coord hl, 12, 5 call GetMonHeader call LoadFrontSpriteByMonIndex |
