summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-13 20:00:35 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-13 20:00:35 -0400
commit7918222d8c08d664be58f260486dd296f0f7807e (patch)
tree8232618272eb02588f537e510e7c7c007641119e /src
parente52234e4be1abbdb13b843477dae655733bb2ab4 (diff)
Minor fixes
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"