Cleanup from https://github.com/pret/pokefirered/pull/532
This commit is contained in:
@@ -1945,7 +1945,7 @@ const struct SpriteTemplate gBattlerSpriteTemplates[MAX_BATTLERS_COUNT] =
|
||||
.anims = NULL,
|
||||
.images = gBattlerPicTable_OpponentLeft,
|
||||
.affineAnims = gAffineAnims_BattleSpriteOpponentSide,
|
||||
.callback = SpriteCb_WildMon,
|
||||
.callback = SpriteCB_WildMon,
|
||||
},
|
||||
[B_POSITION_PLAYER_RIGHT] = {
|
||||
.tileTag = TAG_NONE,
|
||||
@@ -1963,7 +1963,7 @@ const struct SpriteTemplate gBattlerSpriteTemplates[MAX_BATTLERS_COUNT] =
|
||||
.anims = NULL,
|
||||
.images = gBattlerPicTable_OpponentRight,
|
||||
.affineAnims = gAffineAnims_BattleSpriteOpponentSide,
|
||||
.callback = SpriteCb_WildMon
|
||||
.callback = SpriteCB_WildMon
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user