| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup with yellow-exclusive banks | luckytyphlosion | 2015-12-31 | 1 | -3/+3 |
| * | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 2015-12-31 | 1 | -2/+8 |
| * | More BankF documentation | luckytyphlosion | 2015-12-29 | 1 | -3/+5 |
| * | Start disassembling bank0F (Battle) | luckytyphlosion | 2015-12-26 | 1 | -91/+4 |
| * | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm | luckytyphlosion | 2015-12-23 | 1 | -5/+10 |
| * | data/evos_moves.asm | luckytyphlosion | 2015-12-22 | 1 | -3/+0 |
| * | engine/menu/pokedex.asm | luckytyphlosion | 2015-12-22 | 1 | -4/+7 |
| * | Yellow Options Menu | luckytyphlosion | 2015-12-13 | 1 | -2/+2 |
| * | engine/evos_moves.asm | luckytyphlosion | 2015-12-12 | 1 | -6/+5 |
| * | engine/battle/draw_hud_pokeball_gfx.asm | luckytyphlosion | 2015-12-12 | 1 | -10/+1 |
| * | engine/battle/trainer_ai.asm | luckytyphlosion | 2015-12-06 | 1 | -15/+8 |
| * | BankD misc functions | luckytyphlosion | 2015-12-05 | 1 | -2/+6 |
| * | bankB misc functions | luckytyphlosion | 2015-11-29 | 1 | -6/+11 |
| * | BankA misc functions | luckytyphlosion | 2015-11-28 | 1 | -3/+3 |
| * | Bank9 misc. functions | luckytyphlosion | 2015-11-28 | 1 | -3/+2 |
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 1 | -6/+11 |
| * | bg_map_attributes.asm | luckytyphlosion | 2015-11-22 | 1 | -3/+2 |
| * | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | 2015-11-21 | 1 | -5/+3 |
| * | Bank 4 moveEffects | luckytyphlosion | 2015-11-15 | 1 | -2/+3 |
| * | EndOfBattle and TryDoWildEncounter | luckytyphlosion | 2015-11-15 | 1 | -6/+7 |
| * | engine/items/tms.asm | luckytyphlosion | 2015-11-15 | 1 | -2/+1 |
| * | engine/menu/start_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -16/+3 |
| * | engine/menu/party_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -5/+2 |
| * | engine/menu/status_screen.asm | luckytyphlosion | 2015-11-14 | 1 | -3/+2 |
| * | Move pikachu pcm data to audio.asm | luckytyphlosion | 2015-11-13 | 1 | -319/+1 |
| * | _RemovePokemon and _DisplayPokedex | luckytyphlosion | 2015-11-13 | 1 | -3/+114 |
| * | engine/menu/players_pc.asm | luckytyphlosion | 2015-11-13 | 1 | -3/+3 |
| * | drain_hp_effect.asm | luckytyphlosion | 2015-11-13 | 1 | -2/+5 |
| * | engine/text_boxes.asm | luckytyphlosion | 2015-11-13 | 1 | -2/+2 |
| * | Move data, mon header data, cry data. | luckytyphlosion | 2015-11-08 | 1 | -10/+6 |
| * | cable_club_npc.asm | luckytyphlosion | 2015-11-08 | 1 | -4/+2 |
| * | DisplayTextIDInit and DrawStartMenu | luckytyphlosion | 2015-11-08 | 1 | -2/+162 |
| * | engine/overworld/pokecenter.asm | luckytyphlosion | 2015-11-07 | 1 | -4/+35 |
| * | Poke Mart and LearnMove code | luckytyphlosion | 2015-11-01 | 1 | -3/+6 |
| * | SubtractAmountPaidFromMoney_ and HandleItemListSwapping | luckytyphlosion | 2015-11-01 | 1 | -2/+166 |
| * | oak_speech2.asm | luckytyphlosion | 2015-11-01 | 1 | -4/+3 |
| * | Naming screen functions. | luckytyphlosion | 2015-11-01 | 1 | -2/+4 |
| * | Main menu functions, oak_speech.asm, some special warp functions with data, S... | luckytyphlosion | 2015-10-31 | 1 | -11/+186 |
| * | AIGetTypeEffectiveness with Lorelei code | luckytyphlosion | 2015-10-29 | 1 | -2/+51 |
| * | overworld item & movement code, cable club code, remove more instances of W_,... | luckytyphlosion | 2015-10-29 | 1 | -73/+75 |
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related fu... | luckytyphlosion | 2015-10-26 | 1 | -22/+525 |
| * | Merge branch 'master' of https://github.com/pret/pokeyellow | luckytyphlosion | 2015-10-25 | 1 | -43/+236 |
| |\ |
|
| | * | Convert pikachu cries to .wav files, and process .wav files into .pcm files a... | Marcus Huderle | 2015-10-24 | 1 | -43/+236 |
| * | | Revert "data/facing.asm, titlescreen functions, oam/sprite related functions,... | luckytyphlosion | 2015-10-25 | 1 | -525/+22 |
| |/ |
|
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other m... | luckytyphlosion | 2015-10-24 | 1 | -22/+525 |
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 1 | -15/+706 |
| * | More bank3 documentation | luckytyphlosion | 2015-10-17 | 1 | -34/+856 |
| * | Pikachu Cry data | luckytyphlosion | 2015-10-15 | 1 | -27/+84 |
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | 2015-10-11 | 1 | -20/+32 |
| |\ |
|
| | * | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 1 | -20/+32 |