intro api upgrade (#294)

* intro api upgrade

* api updates

* fix tests

* updated templates
This commit is contained in:
bryanthaboi
2026-07-27 08:37:11 -04:00
committed by GitHub
parent 08e8dfc416
commit be90e5b42c
42 changed files with 1880 additions and 153 deletions
+3 -2
View File
@@ -140,8 +140,9 @@ function Credits:enter()
end
function Credits:monSprite(species)
local def = self.game.data.pokemon and self.game.data.pokemon[species]
return silhouette(def and def.spriteFront)
local path = require("src.pokemon.Sprites").path(
self.game.data, species, "front", { kind = "credits" })
return silhouette(path)
end
-- advance to the next CreditsOrder screen (Credits .nextCreditsScreen);