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 41a1cba commit 2a0d395
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 @@ -45,9 +45,9 @@ async function saveFile() {
function openHelp() {
const helpMessage = `
This program allows you to edit the course specific slot IDs in the arm9.bin file of Mario Kart DS.\n\n
1. To get started, go to File > Open 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 slot in the list to change its course ID.\n\n
3. After making changes, go to File > Save to save the modified file.\n\n
3. After making changes, click the save button to save the modified file.\n\n
Documentation: Southport\n
Code by Landon & Emma`;
alert(helpMessage);
Expand Down

0 comments on commit 2a0d395

Please sign in to comment.