Merge pull request #1848 from SBird1337/fix/ub

[battle_debug] fix charbase overflow
This commit is contained in:
Eduardo Quezada D'Ottone 2021-11-02 21:24:46 -03:00 committed by GitHub
commit 11e93aee69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,7 +559,7 @@ static const struct BgTemplate sBgTemplates[] =
},
{
.bg = 1,
.charBaseIndex = 10,
.charBaseIndex = 2,
.mapBaseIndex = 20,
.screenSize = 0,
.paletteMode = 0,