mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-03-21 18:04:15 -05:00
Update libpokemegb to commit bd518d0d8719418de5ad5638fb49c43f609c03cd
This commit is contained in:
parent
dc8d9bb00d
commit
ddafa46dfc
|
|
@ -1 +1 @@
|
|||
Subproject commit de5381da81ac41741c75452e98caedcf28c5c3b0
|
||||
Subproject commit bd518d0d8719418de5ad5638fb49c43f609c03cd
|
||||
|
|
@ -285,7 +285,8 @@ void StatsScene::loadPokemonSprite(uint8_t pokeIndex, bool shiny)
|
|||
return;
|
||||
}
|
||||
|
||||
outputBuffer = renderer.draw(spriteBuffer, outputFormat, colorPalette, spriteWidthInTiles, spriteHeightInTiles, true);
|
||||
renderer.draw(spriteBuffer, outputFormat, colorPalette, spriteWidthInTiles, spriteHeightInTiles);
|
||||
outputBuffer = renderer.removeWhiteBackground(spriteWidthInTiles, spriteHeightInTiles);
|
||||
|
||||
spriteWidthInPixels = spriteWidthInTiles * 8;
|
||||
spriteHeightInPixels = spriteHeightInTiles * 8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user