From 7918222d8c08d664be58f260486dd296f0f7807e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 13 Jul 2019 20:00:35 -0400 Subject: Minor fixes --- src/battle_records.c | 2 +- src/trainer_tower.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/battle_records.c b/src/battle_records.c index 7a7e74bf4..79f29eb8a 100644 --- a/src/battle_records.c +++ b/src/battle_records.c @@ -76,7 +76,7 @@ static const struct BgTemplate sBgTemplates[2] = { .charBaseIndex = 1, .mapBaseIndex = 30, .screenSize = 0, - .paletteMode = 0, + .paletteMode = 0, // 4bpp .priority = 3, .baseTile = 0x000 } diff --git a/src/trainer_tower.c b/src/trainer_tower.c index ceb4c1616..d43c1d7b4 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -13,7 +13,7 @@ #include "random.h" #include "cereader_tool.h" #include "easy_chat.h" -#include "text.h"sub_815EC8C +#include "text.h" #include "battle_setup.h" #include "battle_transition.h" #include "battle.h" -- cgit v1.2.3