summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorhjk321 <anderdude@outlook.com>2021-03-29 09:49:56 -0500
committerhjk321 <anderdude@outlook.com>2021-03-30 17:13:37 -0500
commit7d9bcc9f77aae2a59f657c77ffa670fd43a4bf87 (patch)
tree8407950dd11db764606fa1df22a9b1da7ae439c9 /src/battle_script_commands.c
parent05521b0668e8340321f049dd587fe1a33f370aea (diff)
Document and index graphics/battle_anims and graphics/battle_interface
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 30b8bda88..c144833a1 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -703,8 +703,9 @@ static const struct WindowTemplate sUnusedWinTemplate =
.baseBlock = 0x3F,
};
-static const u16 gUnknown_82506D0[] = INCBIN_U16("graphics/battle_interface/unk_battlebox.gbapal");
-static const u32 gUnknown_82506F0[] = INCBIN_U32("graphics/battle_interface/unk_battlebox.4bpp.lz");
+// not used
+static const u16 sUnknownBattleboxPal[] = INCBIN_U16("graphics/battle_interface/unk_battlebox.gbapal");
+static const u32 sUnknownBattleboxGfx[] = INCBIN_U32("graphics/battle_interface/unk_battlebox.4bpp.lz");
// not used
static const u8 sRubyLevelUpStatBoxStats[] =
@@ -5593,8 +5594,8 @@ static void sub_8026480(void)
{
gBattle_BG2_Y = 0;
gBattle_BG2_X = 0x1A0;
- LoadPalette(gUnknown_82506D0, 0x60, 0x20);
- CopyToWindowPixelBuffer(13, gUnknown_82506F0, 0, 0);
+ LoadPalette(sUnknownBattleboxPal, 0x60, 0x20);
+ CopyToWindowPixelBuffer(13, sUnknownBattleboxGfx, 0, 0);
PutWindowTilemap(13);
CopyWindowToVram(13, COPYWIN_BOTH);
PutMonIconOnLvlUpBox();