summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/color.asm9
1 files changed, 5 insertions, 4 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm
index 2c8fdf85d..cf71e4803 100644
--- a/engine/gfx/color.asm
+++ b/engine/gfx/color.asm
@@ -719,12 +719,13 @@ GetMonPalettePointer:
call _GetMonPalettePointer
ret
-Function9779: ; unreferenced
+CGBCopyBattleObjectPals: ; unreferenced
+; dummied out
ret
call CheckCGB
ret z
ld hl, BattleObjectPals
- ld a, $90
+ ld a, (1 << rOBPI_AUTO_INCREMENT) | $10
ldh [rOBPI], a
ld c, 6 palettes
.loop
@@ -745,7 +746,7 @@ INCLUDE "gfx/battle_anims/battle_anims.pal"
Function97cc: ; unreferenced
call CheckCGB
ret z
- ld a, $90
+ ld a, (1 << rOBPI_AUTO_INCREMENT) | $10
ldh [rOBPI], a
ld a, PREDEFPAL_TRADE_TUBE
call GetPredefPal
@@ -952,7 +953,7 @@ _InitSGBBorderPals:
dw DataSndPacket7
dw DataSndPacket8
-Function9911: ; unreferenced
+UpdateSGBBorder: ; unreferenced
di
xor a
ldh [rJOYP], a