Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrapjawwS committed Apr 18, 2024
1 parent 95822f5 commit 785b65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function HMR3_runGame(HMR3_optionValue,HMR3_optionText){

var test1 = document.createElement('option');
test1.innerText = "Pokemon Dark Worship";
test1.setAttribute('https://raw.githack.com/TrapjawwS/funnyemulatorjs/main/romhacks/Dark%20Worship%20ENGLISH%20COMPLETE.Gba', 'https://raw.githack.com/TrapjawwS/funnyemulatorjs/main/romhacks/Dark%20Worship%20ENGLISH%20COMPLETE.Gba');
test1.setAttribute('https://raw.githack.com/TrapjawwS/funnyemulatorjs/main/romhacks/Dark%20Worship%20ENGLISH%20COMPLETE.Gba', 'https://raw.githack.com/TrapjawwS/funnyemulatorjs/main/romhacks/Dark%20Worship%20ENGLISH%20COMPLETE.Gba/');

var test2 = document.createElement('option');
test2.innerText = "New valuee";
Expand Down
2 changes: 1 addition & 1 deletion working(?).html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
var romdropdown = document.getElementById("HMR3_dropdown");
</script>

<script src="https://raw.githack.com/TrapjawwS/funnyemulatorjs/main/script.js"></script>
<script src="https://rawcdn.githack.com/TrapjawwS/funnyemulatorjs/95822f5f297644480799b5a3136dc8f7e9d82850/script.js"></script>

<div id="HMR_emulatorJS"></div>

Expand Down

0 comments on commit 785b65f

Please sign in to comment.