aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-268-321/+319
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-258-319/+321
| | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-248-321/+319
| | | | | | misc functions Also rename pcm-related functions.
* Complete documentation of bank3luckytyphlosion2015-10-1820-103/+316
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* More bank3 documentationluckytyphlosion2015-10-175-309/+305
| | | | Also misc. documentation in bank3c and bank3f
* Pikachu Cry dataluckytyphlosion2015-10-151-2/+154
|
* Merge pull request #4 from PikalaxALT/masterluckytyphlosion2015-10-121-1/+1
|\ | | | | Mass RGB translation in super_palettes.asm
| * Mass RGB translation in data/super_palettes.asmPikalaxALT2015-10-121-1/+1
| |
* | Label and comment more palette functionsluckytyphlosion2015-10-121-118/+119
| | | | | | | | Also fix replace.sh
* | Rename some palette labels.luckytyphlosion2015-10-126-18/+18
|/ | | | Also add replace.sh
* Fix build errorsPikalaxALT2015-10-112-4/+4
|
* wram label renaming for pika happinessPikalaxALT2015-10-111-11/+11
|
* Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-113-256/+462
|\
| * engine/items/items.asmluckytyphlosion2015-10-113-256/+462
| |
* | more annotations on ModifyPikachuHappinessPikalaxALT2015-10-116-78/+114
|/
* Some bank3 documentationluckytyphlosion2015-10-042-8/+2
|
* Bank8 audio.luckytyphlosion2015-09-271-57/+105
| | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* More pikachu related bank3fluckytyphlosion2015-09-201-8/+447
|
* More bank3f documentation and a bit of audio.asm prepluckytyphlosion2015-09-191-3/+186
|
* Document some bank3f code.luckytyphlosion2015-09-121-6/+804
|
* engine/save.asmluckytyphlosion2015-09-071-146/+122
|
* engine/in_game_trades.asmluckytyphlosion2015-09-041-51/+71
|
* engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion2015-09-041-22/+44
|
* Make pokeyellow build correctly.luckytyphlosion2015-09-038-49/+47
|
* Fixes.luckytyphlosion2015-08-3012-137/+38
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-30116-6378/+6832
|\ | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-5/+5
| |
| * named battle and learn move variablesYamaArashi2015-08-144-35/+43
| |
| * Named a test battle variableYamaArashi2015-08-132-6/+6
| |
| * named more variablesYamaArashi2015-08-1216-32/+32
| |
| * commented SGB palette stuffYamaArashi2015-08-1225-277/+300
| |
| * constants for IntroMoveMonYamaArashi2015-08-101-4/+8
| |
| * More joypad constantsdannye2015-08-119-49/+55
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-1016-53/+53
| |
| * Use better wram labels in sramdannye2015-08-101-24/+24
| | | | | | | | this way, sram doesn't have to refer to the actual content of wram
| * No more $C8dannye2015-08-105-8/+8
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-1027-192/+195
| |\
| | * commented audio codeYamaArashi2015-08-0819-92/+92
| | |
| | * fixed namesYamaArashi2015-08-076-14/+14
| | |
| | * named wram variablesYamaArashi2015-08-075-45/+40
| | |
| | * named CountSetBits output variableYamaArashi2015-08-075-38/+38
| | |
| | * more info on the bide bugYamaArashi2015-08-061-3/+11
| | |
| * | Replace some hardcoded data sizesdannye2015-08-0923-57/+70
| |/
| * Use more lbdannye2015-08-0540-163/+163
| | | | | | | | and other clean up
| * Rename rod functionsdannye2015-08-051-6/+6
| |
| * constants for PrintNumberYamaArashi2015-07-2910-37/+37
| |
| * Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-271-80/+80
| |\
| | * Bugfixes.luckytyphlosion2015-07-261-50/+50
| | | | | | | | | | | | Fix some building issues and multiply_divide.asm
| | * tmlearn macro.luckytyphlosion2015-07-261-88/+88
| | | | | | | | | | | | Also multiple_divide documentation and fix improper wram comment.
| * | Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-265-39/+39
| |\ \