Skip to content

nuew/pokegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pokégen

Pokégen is a Pokémon Generation Ⅲ Pokémon data structure generator. It may, for example, be used to generate a pokémon to insert in a emulated copy of any generation Ⅲ Pokémon game. The default output (a hexdump) has the offsets configured to match up with where you would put the generated data to replace your first slot with the generated Pokémon.

Compilation

To compile, run:

gcc pokémon.c

Usage

Detailed usage instructions are available by running with the --help argument.

Index numbers are required by several options. Here are lists of what those correspond to:

Option Index List
-s, --species bulbapedia:List_of_Pokémon by index number (Generation III)
-i, --item bulbapedia:List of items by index number (Generation III)
-m, --moves bulbapedia:List of moves (beware of Generation Ⅳ+ moves)
-k, --met-location bulbapedia:List of locations by index number (Generation III)

Copyright

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See LICENSE for more information.

About

Generation 3 Pokémon Data Structure Generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published