mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-09-01 14:17:13 +00:00
🐛 magic has wrong variable
This commit is contained in:
parent
2df44adc0b
commit
c9e78a88b7
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
],
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue