Skip to content

Commit

Permalink
object-maps: improve arrow character at name of flying moo
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus committed Jan 2, 2020
1 parent 6dde835 commit 9c3c858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scissors/src/objectMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const objectIdToName = {
0x2E: 'One Up',
0x6F: 'Box',
0x76: 'Moo',
0x77: 'Flying Moo ',
0x78: 'Flying Moo ',
0x77: 'Flying Moo ',
0x78: 'Flying Moo ',
}

export { objectIdToName } // eslint-disable-line import/prefer-default-export

0 comments on commit 9c3c858

Please sign in to comment.