| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bank9 misc. functions | luckytyphlosion | 2015-11-28 | 3 | -55/+55 |
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 17 | -181/+181 |
| * | bg_map_attributes.asm | luckytyphlosion | 2015-11-22 | 2 | -5/+238 |
| * | Comment map_sprites.asm | luckytyphlosion | 2015-11-21 | 2 | -60/+69 |
| * | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | 2015-11-21 | 2 | -342/+256 |
| * | Bank 4 moveEffects | luckytyphlosion | 2015-11-15 | 3 | -11/+11 |
| * | EndOfBattle and TryDoWildEncounter | luckytyphlosion | 2015-11-15 | 2 | -11/+14 |
| * | engine/items/tms.asm | luckytyphlosion | 2015-11-15 | 1 | -3/+9 |
| * | engine/menu/start_menu.asm | luckytyphlosion | 2015-11-15 | 12 | -72/+88 |
| * | engine/menu/party_menu.asm | luckytyphlosion | 2015-11-15 | 2 | -24/+32 |
| * | engine/menu/status_screen.asm | luckytyphlosion | 2015-11-14 | 1 | -30/+44 |
| * | engine/menu/players_pc.asm | luckytyphlosion | 2015-11-13 | 1 | -25/+24 |
| * | drain_hp_effect.asm | luckytyphlosion | 2015-11-13 | 1 | -3/+3 |
| * | engine/text_boxes.asm | luckytyphlosion | 2015-11-13 | 1 | -0/+733 |
| * | cable_club_npc.asm | luckytyphlosion | 2015-11-08 | 1 | -10/+67 |
| * | DisplayTextIDInit and DrawStartMenu | luckytyphlosion | 2015-11-08 | 1 | -6/+3 |
| * | engine/overworld/pokecenter.asm | luckytyphlosion | 2015-11-07 | 2 | -17/+100 |
| * | Poke Mart and LearnMove code | luckytyphlosion | 2015-11-01 | 2 | -30/+54 |
| * | oak_speech2.asm | luckytyphlosion | 2015-11-01 | 5 | -25/+27 |
| * | Naming screen functions. | luckytyphlosion | 2015-11-01 | 1 | -30/+42 |
| * | Main menu functions, oak_speech.asm, some special warp functions with data, S... | luckytyphlosion | 2015-10-31 | 5 | -487/+81 |
| * | overworld item & movement code, cable club code, remove more instances of W_,... | luckytyphlosion | 2015-10-29 | 58 | -506/+701 |
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related fu... | luckytyphlosion | 2015-10-26 | 8 | -321/+319 |
| * | Revert "data/facing.asm, titlescreen functions, oam/sprite related functions,... | luckytyphlosion | 2015-10-25 | 8 | -319/+321 |
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other m... | luckytyphlosion | 2015-10-24 | 8 | -321/+319 |
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 20 | -103/+316 |
| * | More bank3 documentation | luckytyphlosion | 2015-10-17 | 5 | -309/+305 |
| * | Pikachu Cry data | luckytyphlosion | 2015-10-15 | 1 | -2/+154 |
| * | Merge pull request #4 from PikalaxALT/master | luckytyphlosion | 2015-10-12 | 1 | -1/+1 |
| |\ |
|
| | * | Mass RGB translation in data/super_palettes.asm | PikalaxALT | 2015-10-12 | 1 | -1/+1 |
| * | | Label and comment more palette functions | luckytyphlosion | 2015-10-12 | 1 | -118/+119 |
| * | | Rename some palette labels. | luckytyphlosion | 2015-10-12 | 6 | -18/+18 |
| |/ |
|
| * | Fix build errors | PikalaxALT | 2015-10-11 | 2 | -4/+4 |
| * | wram label renaming for pika happiness | PikalaxALT | 2015-10-11 | 1 | -11/+11 |
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | 2015-10-11 | 3 | -256/+462 |
| |\ |
|
| | * | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 3 | -256/+462 |
| * | | more annotations on ModifyPikachuHappiness | PikalaxALT | 2015-10-11 | 6 | -78/+114 |
| |/ |
|
| * | Some bank3 documentation | luckytyphlosion | 2015-10-04 | 2 | -8/+2 |
| * | Bank8 audio. | luckytyphlosion | 2015-09-27 | 1 | -57/+105 |
| * | More pikachu related bank3f | luckytyphlosion | 2015-09-20 | 1 | -8/+447 |
| * | More bank3f documentation and a bit of audio.asm prep | luckytyphlosion | 2015-09-19 | 1 | -3/+186 |
| * | Document some bank3f code. | luckytyphlosion | 2015-09-12 | 1 | -6/+804 |
| * | engine/save.asm | luckytyphlosion | 2015-09-07 | 1 | -146/+122 |
| * | engine/in_game_trades.asm | luckytyphlosion | 2015-09-04 | 1 | -51/+71 |
| * | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | 2015-09-04 | 1 | -22/+44 |
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 8 | -49/+47 |
| * | Fixes. | luckytyphlosion | 2015-08-30 | 12 | -137/+38 |
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 116 | -6378/+6832 |
| |\ |
|
| | * | add border constant and clear up misnomer | YamaArashi | 2015-08-14 | 1 | -5/+5 |
| | * | named battle and learn move variables | YamaArashi | 2015-08-14 | 4 | -35/+43 |