| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | sync engine code with pokered | YamaArashi | 2016-06-11 | 8 | -26/+24 | |
| * | | | Remove more address comments | dannye | 2016-06-12 | 3 | -10/+10 | |
| * | | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | 2016-06-12 | 3 | -7/+4 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Remove the last address comments | dannye | 2016-06-12 | 4 | -10/+9 | |
| * | | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | 2016-06-12 | 1 | -2/+2 | |
| |\| | | |/ |/| | ||||||
| | * | Remove some leftover address comments | dannye | 2016-06-12 | 1 | -2/+2 | |
| | * | remove address comments | YamaArashi | 2016-06-11 | 38 | -702/+702 | |
| | * | Clean up more Yellow ifdefs. | IIMarckus | 2016-03-22 | 2 | -7/+0 | |
| | * | Remove hardcoded values for CopyData in battle core. | Marcus Huderle | 2016-02-20 | 1 | -4/+4 | |
| | * | Fewer underscores in constants | dannye | 2015-12-14 | 3 | -6/+6 | |
| | * | No more S_ | dannye | 2015-08-30 | 2 | -5/+5 | |
| | * | No more wram_constants.asm | dannye | 2015-08-30 | 1 | -2/+2 | |
| | * | No more W_ | dannye | 2015-08-30 | 30 | -662/+662 | |
| | * | use the new battle type constants | YamaArashi | 2015-08-29 | 2 | -11/+11 | |
| * | | remove address comments | YamaArashi | 2016-06-11 | 39 | -732/+732 | |
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 5 | -40/+40 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 2 | -2/+2 | |
| | |\ \ | ||||||
| | * | | | Sync with pokered | dannye | 2016-06-11 | 5 | -40/+40 | |
| * | | | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 1 | -735/+736 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 6 | -42/+42 | |
| |\| | | ||||||
| | * | | Clean up white space | dannye | 2016-06-06 | 6 | -42/+42 | |
| * | | | Printer labels | pikalaxalt | 2016-06-07 | 1 | -1/+1 | |
| * | | | More Pikachu function documentation | pikalaxalt | 2016-06-06 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Champion's room; resolve predefs | pikalaxalt | 2016-05-31 | 1 | -2/+2 | |
| * | | League PC code, address comments for hidden_items.asm | luckytyphlosion | 2016-05-30 | 2 | -2/+2 | |
| * | | Bank15 misc functions | luckytyphlosion | 2016-05-22 | 1 | -16/+26 | |
| * | | Replace bankswitch jumps with jpab, also fix hardcoded bank reference. | luckytyphlosion | 2016-04-09 | 1 | -1/+1 | |
| * | | Some Bank3F Pikachu Emotions disassembling and partial documentation. | luckytyphlosion | 2016-04-09 | 2 | -2/+2 | |
| * | | Delete animations_.asm | luckytyphlosion | 2016-03-26 | 2 | -3450/+422 | |
| * | | Document the rest of animations.asm | luckytyphlosion | 2016-03-26 | 1 | -22/+2182 | |
| * | | More animations.asm documentation | luckytyphlosion | 2016-03-26 | 1 | -4/+448 | |
| * | | Some more animations.asm work. | luckytyphlosion | 2016-03-19 | 1 | -5/+210 | |
| * | | Start working on engine/battle/animations.asm | luckytyphlosion | 2016-03-17 | 1 | -31/+66 | |
| * | | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | 2016-03-17 | 2 | -64/+458 | |
| * | | Complete documentation of BankF | luckytyphlosion | 2016-01-24 | 2 | -7356/+390 | |
| * | | More BankF documentation | luckytyphlosion | 2016-01-23 | 3 | -90/+1479 | |
| * | | More bankF documentation. | luckytyphlosion | 2016-01-16 | 7 | -113/+1486 | |
| * | | More BankF documentation | luckytyphlosion | 2016-01-09 | 4 | -47/+1278 | |
| * | | Cleanup with yellow-exclusive banks | luckytyphlosion | 2015-12-31 | 1 | -0/+291 | |
| * | | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 2015-12-31 | 4 | -116/+1562 | |
| * | | More BankF documentation | luckytyphlosion | 2015-12-29 | 2 | -68/+1127 | |
| * | | Start disassembling bank0F (Battle) | luckytyphlosion | 2015-12-26 | 5 | -30/+723 | |
| * | | Fewer underscores in constants | luckytyphlosion | 2015-12-22 | 2 | -5/+5 | |
| * | | engine/battle/draw_hud_pokeball_gfx.asm | luckytyphlosion | 2015-12-12 | 1 | -16/+24 | |
| * | | engine/battle/trainer_ai.asm | luckytyphlosion | 2015-12-06 | 13 | -242/+213 | |
| * | | BankD misc functions | luckytyphlosion | 2015-12-05 | 3 | -48/+48 | |
| * | | bankB misc functions | luckytyphlosion | 2015-11-29 | 2 | -8/+15 | |
| * | | BankA misc functions | luckytyphlosion | 2015-11-28 | 6 | -28/+28 | |
| * | | Bank9 misc. functions | luckytyphlosion | 2015-11-28 | 3 | -55/+55 | |
| * | | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 13 | -154/+154 | |
