Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-05 | Rename pokedex entry files | yenatch | |
2013-02-05 | Move music/ into audio/ | yenatch | |
2013-02-05 | Clean up and condense music includes | yenatch | |
2013-02-05 | Split audio engine and pointers into files | yenatch | |
Creates folder audio/ | |||
2013-02-05 | Move VBlank function to a file | yenatch | |
2013-02-05 | Consistent SECTION spacing | yenatch | |
2013-02-05 | Saner file distribution | yenatch | |
Moved files from data/ into new folders: -battle/ -stats/ -trainers/ | |||
2013-02-05 | Move BitTable2 to a file | yenatch | |
Currently, rgbasm's maximum macro parameter length is sixteen chars. A couple wram labels were changed to accomodate this for now. | |||
2013-02-05 | Split Pokemon names off into a file | yenatch | |
2013-02-05 | Split base stats off into a file | yenatch | |
2013-02-05 | Split pokedex entries off into files | yenatch | |
2013-02-04 | Split evos/attacks off into files | yenatch | |
2013-02-04 | Split move list off into a file | yenatch | |
2013-02-04 | Split pokedex orders off into files | yenatch | |
2013-02-04 | Split trainers off into files | yenatch | |
The base label has been renamed from TrainerGroupHeader to Group. Trainer formatting still needs to be fixed. | |||
2013-02-04 | Split type matchup off into a file | yenatch | |
This sets precedent for including constants in context. | |||
2013-02-04 | Split wild encounters off into files | yenatch | |
2013-02-04 | Split egg moves off into files | yenatch | |
2013-02-04 | Some more icon asm | yenatch | |
2013-02-03 | Merge pull request #103 from yenatch/master | Bryan Bishop | |
Fly / town map. | |||
2013-02-04 | Fly / town map | yenatch | |
2013-02-03 | Merge pull request #101 from Sanky/master | Bryan Bishop | |
Menu icons. | |||
2013-02-03 | Add menu icons. | Sanky | |
2013-02-03 | Merge pull request #98 from Sanky/master | Bryan Bishop | |
Assorted menu code, will probably regret this. | |||
2013-02-02 | Replace some hardcoded addresses with local labels. | IIMarckus | |
2013-02-02 | Add blackout points / fly location data. | IIMarckus | |
2013-02-02 | Merge https://github.com/kanzure/pokecrystal | Sanky | |
Conflicts: constants.asm extras/crystal.py main.asm | |||
2013-02-02 | Decompression function | yenatch | |
2013-02-02 | VBlank and dependencies | yenatch | |
VBlank has seven different modes. The one that sees the most use is mode 0, which performs all basic display and audio functions. The purpose of the others is unknown. VBlank relies on the following functions: -joypad -cgb palette update -dmg -> cgb pal conversion -bg map update -vram tile update -tile animations -serial request -game timer Tile animation is large enough to warrant its own commit. | |||
2013-02-01 | Add japanese credits text | yenatch | |
2013-01-31 | Credits | yenatch | |
Just the strings for now. These are probably pointed to from elsewhere. There is an unused/dummied string at line 90029 ("????????@"). Could someone have been removed from the credits? | |||
2013-01-30 | Some more uncompressed gfx | yenatch | |
2013-01-30 | A couple more general functions | yenatch | |
2013-01-25 | give names to some rst commands | yenatch | |
2013-01-23 | split off animation data chunks into files | yenatch | |
2013-01-23 | rename unown animation pointer files | yenatch | |
2013-01-23 | include pic animations in main.asm | yenatch | |
2013-01-22 | restructure pic graphics | yenatch | |
2013-01-17 | really fix incbin in bank $2f | yenatch | |
2013-01-16 | fix incbin in bank $2f | Bryan Bishop | |
2013-01-16 | Merge remote branch 'remotes/yenatch/master' | Bryan Bishop | |
fixes #88 | |||
2013-01-16 | Disasm EggStatsScreen and related. Add coord macros. | Sanky | |
2013-01-15 | bank 6c text | yenatch | |
2013-01-15 | pokecenter nurse script | yenatch | |
2013-01-15 | disasm some stats screen related code | Sanky | |
2013-01-14 | Merge pull request #87 from iimarckus/shootbreeze | Bryan Bishop | |
phone call texts and phone call scripts | |||
2013-01-14 | Add phone scripts for Mom, Bill, Elm, and unused. | IIMarckus | |
2013-01-14 | Disasm more party menu-related functions. | Sanky | |
2013-01-14 | disasm PrintPartyMenuText | Sanky | |
2013-01-14 | script special for pokerus check | yenatch | |