Skip to content

Commit

Permalink
Update code.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonAndEmma authored Apr 12, 2024
1 parent b6b78a9 commit 70bd229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ async function saveFile() {
function openHelp() {
const helpMessage = `
This program allows you to edit the music track SEQ IDs in the arm9.bin file of Mario Kart DS.\n\n
1. To get started, use the open button and select the arm9.bin file you want to edit.\n\n
1. To get started, click the open button and select the arm9.bin file you want to edit.\n\n
2. Once the file is opened, click on a track in the list to change its SEQ ID.\n\n
3. After making changes, go to push the save button to save the modified file.\n\n
3. After making changes, click the save button to save the modified file.\n\n
Original Code: Ermelber, Yami, MkDasher\n
Fixed and made into a Web app by Landon & Emma`;
alert(helpMessage);
Expand Down

0 comments on commit 70bd229

Please sign in to comment.