diff options
Diffstat (limited to 'src/battle_records.c')
-rw-r--r-- | src/battle_records.c | 2 |
1 files changed, 1 insertions, 1 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 } |