Review changes

This commit is contained in:
Eduardo Quezada
2022-07-30 13:11:02 -04:00
parent 60ce72fa5a
commit bcfebc7de4
13 changed files with 256 additions and 256 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ static const union AnimCmd *const sNewGameOakAnimTable[] = {
static const struct SpriteTemplate sNewGameOakObjectTemplate = { static const struct SpriteTemplate sNewGameOakObjectTemplate = {
.tileTag = TAG_NONE, .tileTag = TAG_NONE,
.paletteTag = 4102, .paletteTag = 0x1006,
.oam = &sNewGameOakOamAttributes, .oam = &sNewGameOakOamAttributes,
.anims = sNewGameOakAnimTable, .anims = sNewGameOakAnimTable,
.images = sNewGameOakObjectSpriteFrames, .images = sNewGameOakObjectSpriteFrames,