Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-25 | Ignore extras1\ | luckytyphlosion | |
old extras except with some changes made for personal use | |||
2015-10-25 | Properly ignore extras? | luckytyphlosion | |
2015-10-25 | Fix submodule 'extras' url | luckytyphlosion | |
2015-10-25 | Fix a reference to pcm.py. | yenatch | |
2015-10-25 | fix repository links | yenatch | |
2015-10-25 | use pip and apt-cyg | yenatch | |
2015-10-25 | align spacing in previous | yenatch | |
2015-10-25 | Reorganize the makefile and remove yellow targets. | yenatch | |
2015-10-25 | Get rid of queues. | yenatch | |
For faster builds, use `make -j`. | |||
2015-10-24 | Merge pull request #6 from pret/remove-makefile-queues | luckytyphlosion | |
Get rid of queues. | |||
2015-10-24 | Get rid of queues. | yenatch | |
For faster builds, use `make -j`. | |||
2015-10-24 | Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵ | Marcus Huderle | |
at compile-time. Update pret | |||
2015-10-24 | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | |
misc functions Also rename pcm-related functions. | |||
2015-10-18 | Complete documentation of bank3 | luckytyphlosion | |
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||
2015-10-17 | More bank3 documentation | luckytyphlosion | |
Also misc. documentation in bank3c and bank3f | |||
2015-10-15 | Pikachu Cry data | luckytyphlosion | |
2015-10-12 | Merge pull request #4 from PikalaxALT/master | luckytyphlosion | |
Mass RGB translation in super_palettes.asm | |||
2015-10-12 | Ignore changes to replace.sh | luckytyphlosion | |
2015-10-12 | Label and comment more palette functions | luckytyphlosion | |
Also fix replace.sh | |||
2015-10-12 | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | |
2015-10-12 | Mass RGB translation in data/super_palettes.asm | PikalaxALT | |
2015-10-12 | More relabelling | luckytyphlosion | |
2015-10-12 | Rename some palette labels. | luckytyphlosion | |
Also add replace.sh | |||
2015-10-11 | Merge pull request #3 from PikalaxALT/master | luckytyphlosion | |
ModifyPikachuHappiness | |||
2015-10-11 | Fix build errors | PikalaxALT | |
2015-10-11 | wram label renaming for pika happiness | PikalaxALT | |
2015-10-11 | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | |
2015-10-11 | more annotations on ModifyPikachuHappiness | PikalaxALT | |
2015-10-11 | engine/items/items.asm | luckytyphlosion | |
2015-10-10 | More bank3 documentation | luckytyphlosion | |
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation | |||
2015-10-04 | Some bank3 documentation | luckytyphlosion | |
2015-10-03 | bank1f audio. | luckytyphlosion | |
Also move yellow/audio.asm to audio.asm | |||
2015-09-27 | Bank8 audio. | luckytyphlosion | |
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | |||
2015-09-26 | Bank2 audio. | luckytyphlosion | |
todo: correct labels | |||
2015-09-20 | More pikachu related bank3f | luckytyphlosion | |
2015-09-19 | More bank3f documentation and a bit of audio.asm prep | luckytyphlosion | |
2015-09-12 | Document some bank3f code. | luckytyphlosion | |
2015-09-09 | Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct | dannye | |
2015-09-07 | engine/save.asm | luckytyphlosion | |
2015-09-07 | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | |
2015-09-06 | Merge pull request #117 from PikalaxALT/master | yenatch | |
Rewrite SetEvents and ResetEvents for unlimited number of events | |||
2015-09-06 | Update INSTALL.md | luckytyphlosion | |
2015-09-04 | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | |
2015-09-04 | engine/in_game_trades.asm | luckytyphlosion | |
2015-09-04 | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | |
2015-09-03 | Make pokeyellow build correctly. | luckytyphlosion | |
2015-08-30 | No more S_ | dannye | |
2015-08-30 | No more wram_constants.asm | dannye | |
unfortunately, this means manually declaring the wEnemyMon1 party struct | |||
2015-08-30 | No more W_ | dannye | |
2015-08-30 | Merge pull request #116 from YamaArashi/master | Daniel Harding | |
Misc changes |