| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 1 | -36/+35 |
| |\ |
|
| | * | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 2016-06-08 | 1 | -31/+30 |
| | * | Printer-related labels | pikalaxalt | 2016-06-06 | 1 | -5/+5 |
| * | | Sync with pokered | dannye | 2016-06-11 | 1 | -28/+28 |
| |/ |
|
| * | Text macros; Prize Room | pikalaxalt | 2016-06-01 | 1 | -80/+80 |
| * | Champion's room; resolve predefs | pikalaxalt | 2016-05-31 | 1 | -5/+5 |
| * | Vermilion Fan Club | pikalaxalt | 2016-05-31 | 1 | -1/+1 |
| * | League PC code, address comments for hidden_items.asm | luckytyphlosion | 2016-05-30 | 1 | -3/+3 |
| * | Pewter Pokecenter | pikalaxalt | 2016-05-29 | 1 | -1/+1 |
| * | Another chunk of bank 3c | pikalaxalt | 2016-05-29 | 1 | -114/+1 |
| * | Vermilion City scripts | pikalaxalt | 2016-05-27 | 1 | -4/+3 |
| * | More code and what looks like scripts in F | pikalaxalt | 2016-05-25 | 1 | -1089/+1089 |
| * | Numerous changes (see below) | pikalaxalt | 2016-05-24 | 1 | -69/+74 |
| * | Bank7 misc functions | luckytyphlosion | 2016-05-23 | 1 | -2/+2 |
| * | Some work on disassembling npc movement scripts (aka informed copy/paste from... | pikalaxalt | 2016-05-21 | 1 | -1/+1 |
| * | Disassemble yellow sounds | pikalaxalt | 2016-05-20 | 1 | -0/+2 |
| * | Replace bankswitch jumps with jpab, also fix hardcoded bank reference. | luckytyphlosion | 2016-04-09 | 1 | -3/+1 |
| * | Some Bank3F Pikachu Emotions disassembling and partial documentation. | luckytyphlosion | 2016-04-09 | 1 | -1/+1 |
| * | GBC palette code | YamaArashi | 2016-03-26 | 1 | -28/+28 |
| * | Minor fixes | luckytyphlosion | 2016-01-09 | 1 | -17/+17 |
| * | More BankF documentation | luckytyphlosion | 2015-12-29 | 1 | -6/+6 |
| * | Start disassembling bank0F (Battle) | luckytyphlosion | 2015-12-26 | 1 | -2/+2 |
| * | engine/battle/trainer_ai.asm | luckytyphlosion | 2015-12-06 | 1 | -4/+4 |
| * | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | 2015-11-21 | 1 | -1/+1 |
| * | engine/menu/players_pc.asm | luckytyphlosion | 2015-11-13 | 1 | -1/+1 |
| * | overworld item & movement code, cable club code, remove more instances of W_,... | luckytyphlosion | 2015-10-29 | 1 | -34/+34 |
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related fu... | luckytyphlosion | 2015-10-26 | 1 | -16/+16 |
| * | Revert "data/facing.asm, titlescreen functions, oam/sprite related functions,... | luckytyphlosion | 2015-10-25 | 1 | -16/+16 |
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other m... | luckytyphlosion | 2015-10-24 | 1 | -16/+16 |
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 1 | -1/+1 |
| * | Label and comment more palette functions | luckytyphlosion | 2015-10-12 | 1 | -5/+5 |
| * | More relabelling | luckytyphlosion | 2015-10-12 | 1 | -6/+6 |
| * | Rename some palette labels. | luckytyphlosion | 2015-10-12 | 1 | -12/+12 |
| * | more annotations on ModifyPikachuHappiness | PikalaxALT | 2015-10-11 | 1 | -3/+3 |
| * | Bank2 audio. | luckytyphlosion | 2015-09-26 | 1 | -1/+1 |
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 1 | -5/+3 |
| * | Fixes. | luckytyphlosion | 2015-08-30 | 1 | -26/+3 |
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -347/+337 |
| |\ |
|
| | * | named more variables | YamaArashi | 2015-08-12 | 1 | -1/+1 |
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -4/+4 |
| | * | Replace hardcoded name lengths with NAME_LENGTH | dannye | 2015-08-10 | 1 | -7/+7 |
| | * | No more $C8 | dannye | 2015-08-10 | 1 | -5/+5 |
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-08-10 | 1 | -34/+34 |
| | |\ |
|
| | | * | commented audio code | YamaArashi | 2015-08-08 | 1 | -26/+26 |
| | | * | fixed names | YamaArashi | 2015-08-07 | 1 | -6/+6 |
| | | * | named CountSetBits output variable | YamaArashi | 2015-08-07 | 1 | -2/+2 |
| | * | | Replace some hardcoded data sizes | dannye | 2015-08-09 | 1 | -6/+6 |
| | |/ |
|
| | * | Use more lb | dannye | 2015-08-05 | 1 | -20/+21 |
| | * | constants for PrintNumber | YamaArashi | 2015-07-29 | 1 | -9/+6 |
| | * | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | 2015-07-26 | 1 | -12/+12 |
| | |\ |
|