Merge pull request #1541 from bryanthaboi/dev

tuesday afternoon squashing
This commit is contained in:
bryanthaboi
2026-08-18 17:08:46 -04:00
committed by GitHub
1242 changed files with 266092 additions and 147821 deletions
+2 -1
View File
@@ -746,7 +746,8 @@ function BattleState:drawPic(mon, back)
-- pokemon.sprite's ctx.trueColor, the same flag Gen 1's Sprites.path hands
-- back to its own draw site.
local function paint()
if colors and not trueColor and GbcPalette.available() then
if colors and not (trueColor and GbcPalette.mode == "gbc")
and GbcPalette.available() then
GbcPalette.with(colors, body)
else
body()