summaryrefslogtreecommitdiff
path: root/src/battle_dome.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-11-06 18:18:11 -0600
committerhuderlem <huderlem@gmail.com>2019-11-07 18:24:04 -0600
commit01e6fb6dd0e4880b3ebac3c9a5287daf6c60fba3 (patch)
tree696fb8ff4d248f6a5ba76bd18a541ca80932e870 /src/battle_dome.c
parent1475c4d8da2e27734aa5a738e2287222c1e21386 (diff)
Document some battle_bg-related things
Diffstat (limited to 'src/battle_dome.c')
-rw-r--r--src/battle_dome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_dome.c b/src/battle_dome.c
index a7d7a92f1..9c63bba42 100644
--- a/src/battle_dome.c
+++ b/src/battle_dome.c
@@ -3414,7 +3414,7 @@ static void Task_ShowOpponentInfo(u8 taskId)
LoadCompressedSpriteSheet(sDomeOptionsSpriteSheet);
LoadCompressedPalette(gUnknown_08D85358, 0, 0x200);
LoadCompressedPalette(gUnknown_08D85444, 0x100, 0x200);
- LoadCompressedPalette(gUnknown_08D85600, 0xF0, 0x20);
+ LoadCompressedPalette(gBattleWindowTextPalette, 0xF0, 0x20);
if (r9 == 2)
LoadCompressedPalette(gUnknown_08D854C8, 0x50, 0x20);
CpuFill32(0, gPlttBufferFaded, 0x400);
@@ -5574,7 +5574,7 @@ static void Task_ShowTourneyTree(u8 taskId)
DecompressAndLoadBgGfxUsingHeap(3, gUnknown_08D83C3C, 0x2000, 0, 1);
LoadCompressedPalette(gUnknown_08D85358, 0, 0x200);
LoadCompressedPalette(gUnknown_08D85444, 0x100, 0x200);
- LoadCompressedPalette(gUnknown_08D85600, 0xF0, 0x20);
+ LoadCompressedPalette(gBattleWindowTextPalette, 0xF0, 0x20);
CpuFill32(0, gPlttBufferFaded, 0x400);
ShowBg(0);
ShowBg(1);