summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/battle_records.c2
-rw-r--r--src/trainer_tower.c2
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"