aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-29115-952/+1146
| | | | | | | | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-2614-416/+993
| | | | | | | | | | | | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* | | Specify *.wav, *.blk and *.pic as binaryluckytyphlosion2015-10-251-1/+4
| | |
* | | Merge branch 'master' of https://github.com/pret/pokeyellowluckytyphlosion2015-10-2546-67/+253
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: .gitignore
| * | | Fix a reference to pcm.py.yenatch2015-10-251-1/+1
| | | |
| * | | Merge pull request #6 from pret/remove-makefile-queuesluckytyphlosion2015-10-241-22/+11
| |\ \ \ | | | | | | | | | | Get rid of queues.
| | * | | Get rid of queues.yenatch2015-10-241-22/+11
| |/ / / | | | | | | | | For faster builds, use `make -j`.
| * | | Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵Marcus Huderle2015-10-2446-47/+247
| | | | | | | | | | | | | | | | | | | | | | | | at compile-time. Update pret
* | | | Ignore 'dirty' changes to extrasluckytyphlosion2015-10-251-0/+1
| | | |
* | | | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-2514-993/+416
| | | | | | | | | | | | | | | | | | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* | | | Ignore extras1\luckytyphlosion2015-10-251-1/+4
| | | | | | | | | | | | | | | | old extras except with some changes made for personal use
* | | | Properly ignore extras?luckytyphlosion2015-10-251-1/+1
| | | |
* | | | Fix submodule 'extras' urlluckytyphlosion2015-10-251-1/+1
|/ / /
* | | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-2414-416/+993
| | | | | | | | | | | | | | | | | | misc functions Also rename pcm-related functions.
* | | Complete documentation of bank3luckytyphlosion2015-10-1840-294/+1206
| | | | | | | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | | More bank3 documentationluckytyphlosion2015-10-177-371/+1192
| | | | | | | | | | | | Also misc. documentation in bank3c and bank3f
* | | Pikachu Cry dataluckytyphlosion2015-10-152-29/+238
| | |
* | | Merge pull request #4 from PikalaxALT/masterluckytyphlosion2015-10-122-154/+402
|\ \ \ | | | | | | | | Mass RGB translation in super_palettes.asm
| * \ \ Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-120-0/+0
| |\ \ \
| * | | | Mass RGB translation in data/super_palettes.asmPikalaxALT2015-10-122-154/+402
| | | | |
* | | | | Ignore changes to replace.shluckytyphlosion2015-10-121-0/+3
| | | | |
* | | | | Label and comment more palette functionsluckytyphlosion2015-10-124-145/+140
| | | | | | | | | | | | | | | | | | | | Also fix replace.sh
* | | | | More relabellingluckytyphlosion2015-10-121-6/+6
| | | | |
* | | | | Rename some palette labels.luckytyphlosion2015-10-1210-42/+43
| |/ / / |/| | | | | | | | | | | Also add replace.sh
* | | | Merge pull request #3 from PikalaxALT/masterluckytyphlosion2015-10-1113-110/+159
|\| | | | | | | | | | | ModifyPikachuHappiness
| * | | Fix build errorsPikalaxALT2015-10-112-4/+4
| | | |
| * | | wram label renaming for pika happinessPikalaxALT2015-10-112-12/+12
| | | |
| * | | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-117-279/+497
| |\ \ \ | |/ / / |/| | |
* | | | engine/items/items.asmluckytyphlosion2015-10-117-279/+497
| | | |
| * | | more annotations on ModifyPikachuHappinessPikalaxALT2015-10-1112-97/+146
|/ / /
* | | More bank3 documentationluckytyphlosion2015-10-1011-43/+88
| | | | | | | | | | | | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
* | | Some bank3 documentationluckytyphlosion2015-10-049-166/+658
| | |
* | | bank1f audio.luckytyphlosion2015-10-039-2088/+105
| | | | | | | | | | | | Also move yellow/audio.asm to audio.asm
* | | Bank8 audio.luckytyphlosion2015-09-2710-1568/+617
| | | | | | | | | | | | | | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* | | Bank2 audio.luckytyphlosion2015-09-267-263/+356
| | | | | | | | | | | | todo: correct labels
* | | More pikachu related bank3fluckytyphlosion2015-09-202-8/+465
| | |
* | | More bank3f documentation and a bit of audio.asm prepluckytyphlosion2015-09-195-16/+192
| | |
* | | Document some bank3f code.luckytyphlosion2015-09-123-10/+809
| | |
* | | engine/save.asmluckytyphlosion2015-09-073-154/+127
| | |
* | | Update INSTALL.mdluckytyphlosion2015-09-061-3/+3
| | |
* | | engine/in_game_trades.asmluckytyphlosion2015-09-044-503/+526
| | |
* | | engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion2015-09-045-44/+76
| | |
* | | Make pokeyellow build correctly.luckytyphlosion2015-09-0316-85/+86
| | |
* | | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowluckytyphlosion2015-08-301-13/+5
|\ \ \
| * | | Formatting errors.luckytyphlosion2015-08-281-7/+14
| | | |
| * | | Fix readme.luckytyphlosion2015-08-281-24/+9
| | | |
* | | | Fixes.luckytyphlosion2015-08-3022-181/+59
| | | |
* | | | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301184-22358/+27124
|\ \ \ \ | |/ / / |/| / / | |/ / Doesn't build.
| * | Merge pull request #114 from YamaArashi/masterDaniel Harding2015-08-1861-624/+789
| |\ \ | | | | | | | | Commented SGB palettes and other things
| | * | item name length constantYamaArashi2015-08-145-4/+5
| | | |