-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Just download the index.html file and run it from your file manager. If you would like to add more games yourself, fork the repository, go into index.html and modify the link for the external script source, and then go to script.js and add all the games you would ever want. (currently it only runs gba, gbc, and gb games. If you want to run games from other consoles, you're going to have to make some modificatons your self) | ||
Just download the index.html file and run it from your file manager. If you would like to add more games yourself, fork the repository, go into index.html and modify the link for the external script source, and then go to script.js and add all the games you would ever want. If you would like to add games from the sega md, nds, n64, etc. You have to add the title of the game from HMR3_optionText to the console's array. For example, if it's a n64 game, you would put it in the n64 array. | ||
|
||
By the way, I did not code the pokedex. If you want the source code to the pokedex, here's the link: https://github.com/davidhckh/pokedex |