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 /home.asm | |
parent | 43fddc803f95b3a798c4f6c5f0ed741590aeeb4c (diff) |
commented SGB palette stuff
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4469,7 +4469,7 @@ RestoreScreenTilesAndReloadTilePatterns:: ; 3dbe (0:3dbe) call ReloadMapSpriteTilePatterns call LoadScreenTilesFromBuffer2 call LoadTextBoxTilePatterns - call GoPAL_SET_CF1C + call RunDefaultPaletteCommand jr Delay3 @@ -4499,13 +4499,13 @@ GBPalWhiteOut:: ret -GoPAL_SET_CF1C:: ; 3ded (0:3ded) +RunDefaultPaletteCommand:: ; 3ded (0:3ded) ld b,$ff -GoPAL_SET:: ; 3def (0:3def) +RunPaletteCommand:: ; 3def (0:3def) ld a,[wOnSGB] and a ret z - predef_jump Func_71ddf + predef_jump _RunPaletteCommand GetHealthBarColor:: ; Return at hl the palette of |