silphscope 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silphscope",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A firered/leafgreen ROM asset extractor for use in web applications",
5
5
  "main": "main.js",
6
6
  "exports": {
@@ -127,7 +127,7 @@ export async function renderAllGraphics(rom, options = {}) { // eventually I wil
127
127
  outputDir: outputIconDir,
128
128
  });
129
129
 
130
- await renderTrainer(rom, {
130
+ await renderAllTrainers(rom, {
131
131
  outputDir: outputTrainerDir,
132
132
  });
133
133
  }