Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Nov 23, 2024
1 parent 4e57ae7 commit eb48543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/PokemonSnap/scenes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class SceneDesc implements Viewer.SceneDesc {
}

const id = `snap`;
const name = "Pokemon Snap";
const name = "Pokémon Snap";
const sceneDescs = [
new SceneDesc(`10`, "Beach"),
new SceneDesc(`12`, "Tunnel"),
Expand All @@ -287,4 +287,4 @@ const sceneDescs = [
new SceneDesc(`1C`, "Rainbow Cloud"),
];

export const sceneGroup: Viewer.SceneGroup = { id, name, sceneDescs };
export const sceneGroup: Viewer.SceneGroup = { id, name, sceneDescs, altName: "Pokemon Snap" };
4 changes: 2 additions & 2 deletions src/nns_g3d/Scenes_PokemonPlatinum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,10 @@ class PokemonPlatinumSceneDesc implements Viewer.SceneDesc {
}

const id = 'pkmnpl';
const name = 'Pokemon Platinum';
const name = 'Pokémon Platinum';
const sceneDescs = [
new PokemonPlatinumSceneDesc("0", "Sinnoh Region"),
new PokemonPlatinumSceneDesc("2", "Underground"),
];

export const sceneGroup: Viewer.SceneGroup = { id, name, sceneDescs };
export const sceneGroup: Viewer.SceneGroup = { id, name, sceneDescs, altName: "Pokemon Platinum" };

0 comments on commit eb48543

Please sign in to comment.