summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-25Merge branch 'master' of https://github.com/pret/pokeyellowluckytyphlosion
Conflicts: .gitignore
2015-10-25Ignore 'dirty' changes to extrasluckytyphlosion
2015-10-25Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
2015-10-25Ignore extras1\luckytyphlosion
old extras except with some changes made for personal use
2015-10-25Properly ignore extras?luckytyphlosion
2015-10-25Fix submodule 'extras' urlluckytyphlosion
2015-10-25Fix a reference to pcm.py.yenatch
2015-10-24Merge pull request #6 from pret/remove-makefile-queuesluckytyphlosion
Get rid of queues.
2015-10-24Get rid of queues.yenatch
For faster builds, use `make -j`.
2015-10-24Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵Marcus Huderle
at compile-time. Update pret
2015-10-24data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion
misc functions Also rename pcm-related functions.
2015-10-18Complete documentation of bank3luckytyphlosion
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-17More bank3 documentationluckytyphlosion
Also misc. documentation in bank3c and bank3f
2015-10-15Pikachu Cry dataluckytyphlosion
2015-10-12Merge pull request #4 from PikalaxALT/masterluckytyphlosion
Mass RGB translation in super_palettes.asm
2015-10-12Ignore changes to replace.shluckytyphlosion
2015-10-12Label and comment more palette functionsluckytyphlosion
Also fix replace.sh
2015-10-12Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT
2015-10-12Mass RGB translation in data/super_palettes.asmPikalaxALT
2015-10-12More relabellingluckytyphlosion
2015-10-12Rename some palette labels.luckytyphlosion
Also add replace.sh
2015-10-11Merge pull request #3 from PikalaxALT/masterluckytyphlosion
ModifyPikachuHappiness
2015-10-11Fix build errorsPikalaxALT
2015-10-11wram label renaming for pika happinessPikalaxALT
2015-10-11Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT
2015-10-11more annotations on ModifyPikachuHappinessPikalaxALT
2015-10-11engine/items/items.asmluckytyphlosion
2015-10-10More bank3 documentationluckytyphlosion
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
2015-10-04Some bank3 documentationluckytyphlosion
2015-10-03bank1f audio.luckytyphlosion
Also move yellow/audio.asm to audio.asm
2015-09-27Bank8 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-26Bank2 audio.luckytyphlosion
todo: correct labels
2015-09-20More pikachu related bank3fluckytyphlosion
2015-09-19More bank3f documentation and a bit of audio.asm prepluckytyphlosion
2015-09-12Document some bank3f code.luckytyphlosion
2015-09-07engine/save.asmluckytyphlosion
2015-09-06Update INSTALL.mdluckytyphlosion
2015-09-04engine/in_game_trades.asmluckytyphlosion
2015-09-04engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion
2015-09-03Make pokeyellow build correctly.luckytyphlosion
2015-08-30Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowluckytyphlosion
2015-08-30Fixes.luckytyphlosion
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-08-28Formatting errors.luckytyphlosion
2015-08-28Fix readme.luckytyphlosion
2015-08-28Make pokeyellow build to baserom.luckytyphlosion
2015-08-28Fix bank3d so it matches baserom.gbcluckytyphlosion
2015-08-28Attempt to make pokeyellow buildable, part 8.luckytyphlosion
2015-08-18Merge pull request #114 from YamaArashi/masterDaniel Harding
Commented SGB palettes and other things
2015-08-14item name length constantYamaArashi