aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up type names.yenatch2014-12-102-61/+48
|
* Update IRC links.IIMarckus2014-11-151-3/+2
|
* Better OS X install instructions.yenatch2014-11-061-2/+5
|
* Less verbose reference to pypng.yenatch2014-11-061-1/+1
|
* Link to a charmap-compatible rgbds.yenatch2014-11-061-3/+1
|
* Remove prequeue and preprocessor (now unused).IIMarckus2014-11-053-328/+0
|
* Added charmaps.stag0192014-11-044-0/+255
|
* Stop preprocessing files.stag0192014-11-042-15/+4
|
* Uncomment useful macros.stag0192014-11-041-9/+9
|
* Fix unclosed quotes.stag0192014-11-042-2/+2
|
* Labels for Fuji in Pokémon Tower.IIMarckus2014-10-263-8/+15
|
* Add more text changes from Yellow.IIMarckus2014-10-2418-3/+327
|
* Fix typo introduced in last commit.IIMarckus2014-10-221-1/+1
|
* Add Yellow’s slot machine graphics.IIMarckus2014-10-214-0/+6
|
* Merge branch 'master' of https://github.com/dannye/pokeredIIMarckus2014-10-2036-102/+386
|\
| * A few static hide/show idsU-Daniel-PC\Daniel2014-09-261-1/+7
| |
| * Enumerate hide/show constantsU-Daniel-PC\Daniel2014-09-262-229/+231
| |
| * Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-2536-101/+377
| | | | | | | | | | | | | | be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc.
* | Improve labels for Yellow Safari Zone entrance.IIMarckus2014-10-181-10/+9
| |
* | Add parts of the Safari Zone entrance script from Yellow.IIMarckus2014-10-174-105/+410
| |
* | Add some Yellow text from the Safari Zone entrance.IIMarckus2014-10-171-0/+1
| |
* | Add a shifted person object on Route 19 in Yellow.IIMarckus2014-10-171-0/+4
| |
* | Replace hardcoded pointer with label.IIMarckus2014-10-171-1/+1
| |
* | Fix a few more bugs in the beach house.IIMarckus2014-10-174-9/+10
| |
* | Modularize the beach house.IIMarckus2014-10-1712-14/+27
| |
* | Add the beach house tileset.IIMarckus2014-10-176-0/+17
| |
* | More idioms.IIMarckus2014-10-171-7/+7
| |
* | More idioms.IIMarckus2014-10-173-3/+5
| |
* | Fix Route 19 for Yellow.IIMarckus2014-10-173-4/+18
| |
* | Add more from the beach house.IIMarckus2014-10-179-19/+255
| |
* | Kill version.asm.IIMarckus2014-10-1793-671/+603
| |
* | Minor comment/label improvements in Cinnabar Lab.IIMarckus2014-10-162-7/+11
| |
* | Better document the “can encounter Pokémon outside grass” code.IIMarckus2014-10-101-21/+26
| | | | | | | | Pointed out by Lin.
* | Fix typo in previous.IIMarckus2014-10-101-1/+1
| |
* | Add a lot of Yellow text changes.IIMarckus2014-10-1049-11/+945
| |
* | Add Yellow player/rival names.IIMarckus2014-10-091-0/+22
|/
* Accidentally committed .orig files from merge dff0cdeb.yenatch2014-09-233-9891/+0
|
* Rename hVBlank* constants to h*.yenatch2014-09-2316-45/+45
|
* Add comments for move ids.yenatch2014-09-231-164/+164
|
* Merge remote-tracking branch 'danny/master'yenatch2014-09-19152-151/+151
|\
| * Fix capitalizationU-Daniel-PC\Daniel2014-09-202-2/+2
| |
| * Bump submoduleU-Daniel-PC\Daniel2014-09-191-0/+0
| | | | | | | | python tools now include new red music command names
| * Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2014-09-1931-1608/+1704
| |\
| * | Don't redundantly define sprite dimensionsU-Daniel-PC\Daniel2014-07-15151-151/+151
| | | | | | | | | | | | dimensions are defined in the .pic files
* | | Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-20224-4659/+15207
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * | Commented/labelled misc functionsYamaArashi2014-09-14114-668/+733
| | |
| * | Commented more sprite and map codeYamaArashi2014-09-13108-946/+1091
| | |
| * | Labelled and commented mostly sprite-related thingsYamaArashi2014-09-0986-728/+828
| | |
| * | Add comments regarding menus and spritesYamaArashi2014-09-083-11/+15
| | |
| * | Labelled many functions/variablesYamaArashi2014-08-0849-2232/+2474
| | |