🐛 magic has wrong variable

This commit is contained in:
Chase Manning 2023-10-04 23:31:13 +01:00
commit c9e78a88b7

View file

@ -82,8 +82,8 @@ const StartMenu = () => {
xp: 0,
hp: getPokemonStats(6, 100).hp,
moves: [
{ name: "scratch", pp: 35 },
{ name: "growl", pp: 40 },
{ id: "scratch", pp: 35 },
{ id: "growl", pp: 40 },
],
},
})