| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | oak_speech2.asm | luckytyphlosion | 2015-11-01 |
| | | | | | Also replace W_RIVALNAME with wRivalName | ||
| * | overworld item & movement code, cable club code, remove more instances of âľ | luckytyphlosion | 2015-10-29 |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 |
| | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | ||
| * | Rename some palette labels. | luckytyphlosion | 2015-10-12 |
| | | | | | Also add replace.sh | ||
| * | bank1f audio. | luckytyphlosion | 2015-10-03 |
| | | | | | Also move yellow/audio.asm to audio.asm | ||
| * | Bank8 audio. | luckytyphlosion | 2015-09-27 |
| | | | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | ||
| * | Bank2 audio. | luckytyphlosion | 2015-09-26 |
| | | | | | todo: correct labels | ||
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 |
| | | |||
| * | Fixes. | luckytyphlosion | 2015-08-30 |
| | | |||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 |
| |\ | | | | | | | Doesn't build. | ||
| | * | add border constant and clear up misnomer | YamaArashi | 2015-08-14 |
| | | | |||
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 |
| | | | |||
| | * | commented audio code | YamaArashi | 2015-08-08 |
| | | | |||
| | * | Use more lb | dannye | 2015-08-05 |
| | | | | | | | | | and other clean up | ||
| | * | constants for PrintNumber | YamaArashi | 2015-07-29 |
| | | | |||
| | * | yet more naming | YamaArashi | 2015-07-25 |
| | | | |||
| | * | more naming variables | YamaArashi | 2015-07-24 |
| | | | |||
| | * | Merge pull request #107 from YamaArashi/master | Daniel Harding | 2015-07-22 |
| | |\ | | | | | | | enumerate events | ||
| | | * | enumerate events | YamaArashi | 2015-07-20 |
| | | | | |||
| | * | | Unify audio bank references | dannye | 2015-07-22 |
| | | | | | | | | | | | | | | | | | | | 2â1 8â2 1fâ3 | ||
| | * | | Rename sound effect files | dannye | 2015-07-22 |
| | | | | |||
| | * | | Name some battle sound effects | dannye | 2015-07-21 |
| | |/ | |||
| | * | naming | YamaArashi | 2015-07-19 |
| | | | |||
| | * | jpab/jpba macros | YamaArashi | 2015-07-19 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-19 |
| | |\ | | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm | ||
| | | * | small changes | YamaArashi | 2015-07-18 |
| | | | | |||
| | | * | misc | YamaArashi | 2015-07-18 |
| | | | | |||
| | * | | Name sound effects | dannye | 2015-07-19 |
| | |/ | |||
| | * | Consolidate coord macros | dannye | 2015-07-18 |
| | | | |||
| | * | fix variable naming | YamaArashi | 2015-07-18 |
| | | | |||
| | * | named wram variables | YamaArashi | 2015-07-14 |
| | | | |||
| | * | hall of fame / credits | YamaArashi | 2015-07-14 |
| | | | |||
| | * | Comment naming screen | dannye | 2015-07-14 |
| | | | | | | | | | also use more joypad constants | ||
| | * | Use more screen dimension constants | dannye | 2015-07-14 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-14 |
| | |\ | | | | | | | | | | | | | Conflicts: engine/town_map.asm | ||
| | | * | comment slot machine | YamaArashi | 2015-07-13 |
| | | | | |||
| | | * | named wram variables | YamaArashi | 2015-07-12 |
| | | | | |||
| | | * | use constant for bg transfer dest hram var | YamaArashi | 2015-07-12 |
| | | | | |||
| | | * | shake screen functions | YamaArashi | 2015-07-12 |
| | | | | |||
| | * | | Use more *Coord | dannye | 2015-07-14 |
| | |/ | | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | ||
| | * | Start using text predef macros | dannye | 2015-07-04 |
| | | | | | | | | | also sprite direction constants | ||
| | * | No more ldh | U-Daniel-PC\Daniel | 2015-07-03 |
| | | | |||
| | * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 |
| | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | ||
| * | | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | 2015-08-09 |
| | | | |||
| * | | Fix all of bank0 related errors. | luckytyphlosion | 2015-08-09 |
| | | | |||
| * | | Fix typos up to end of home/audio.asm | luckytyphlosion | 2015-08-09 |
| | | | |||
| * | | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | 2015-08-02 |
| | | | | | | | | | Rest of unknown pointers in homebank, fix some function names. | ||
| * | | Attempt to make yellow buildable, part 4 | luckytyphlosion | 2015-08-01 |
| | | | | | | | | | Hardcoded pointers, dr (define rom) macro. | ||
| * | | Attempt to make Yellow buildable, part 2. | luckytyphlosion | 2015-08-01 |
| | | | |||
| * | | Attempt to make yellow buildable. | luckytyphlosion | 2015-08-01 |
| | | | | | | | | | Building Errors: Segmentation Error. | ||
