Skip to content

ephiguxta/pokeglitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pokeglitch

Making some modifications in a Pokémon Red savegame. At the moment this tool can modify the player name. To make this change, you need to follow the steps below:

$ cd src/
$ gcc -Wall *.c -o main

Now you need to pass your save path to the app:

$ # if u r using mgba, the cmd below will works
$ main ../rom/pokemon_red.sav

If you don't change the line 25 in the main.c, the new player name will be: testing.

TODO

  • use getopts (unistd.h) to parse command-line params.

  • change player money.

  • limit name to valid chars.

  • ...

About

Pokémon Gen1 Hack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published