Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanzure/pokemon-prism
Source code for Pokémon Prism
https://github.com/kanzure/pokemon-prism
Last synced: 3 months ago
JSON representation
Source code for Pokémon Prism
- Host: GitHub
- URL: https://github.com/kanzure/pokemon-prism
- Owner: kanzure
- Created: 2013-01-20T06:10:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-20T06:10:36.000Z (almost 12 years ago)
- Last Synced: 2023-04-19T06:35:50.399Z (over 1 year ago)
- Language: Assembly
- Size: 109 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokémon Prism
This is a hand-crafted disassembly of [Pokémon Prism](http://www.rijon.com/prism/).
The source code in this project successfully converts back into a ROM image. All source code is meticulously commented.
## Base ROM
The following ROM is required for compiling:
prism.gbc ( md5: 182e45535f95ab72c1cbf648fba49e32 )
Eventually this will not be necessary. Remember that Pokémon Prism is based on Pokémon Gold (and not Crystal).
## Installing and assembling
For the moment, [follow the pokecrystal install docs](https://github.com/kanzure/pokecrystal#readme). Also, there are [Windows installation instructions](https://github.com/kanzure/pokecrystal/blob/master/INSTALL.md).
## See also
* [Pokémon Prism project site](http://www.rijon.com/prism/).
* disassembly of [Pokémon Red](http://bitbucket.org/iimarckus/pokered).
* disassembly of [Pokémon Crystal](https://github.com/kanzure/pokecrystal).## Credits
Some people did things.
* Koolboyman
* Hiroshi Sotomura: website and an idea here and there.
* Cat333Pokemon: music
* Gronnoc: music
* LevusBevus: music
* OrthodoxTrainer: a few maps and the graphic for a secret thing.
* MeanMrMustard: some asm help back in the day
* Tauwasser: scripting document and helping point me in the right direction for one of the minigames.
* BurstX: "on map" sprites for pokémon
* bduddy55555: tester
* Matthew Steel: tester/Converter for some graphics
* The Benji: tester## Contributing
* Hang out with us on IRC, nucleus.kafuka.org #skeetendo ([or use mibbit](http://chat.mibbit.com/?server=nucleus.kafuka.org&channel=#skeetendo))
* Thundershock some [prism issues](https://github.com/kanzure/pokemon-prism/issues) or [crystal issues](https://github.com/kanzure/pokecrystal/issues)!