| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-05-22 | 6 | -209/+210 |
| |\ | |||||
| | * | Bank11 and 14 misc functions. | luckytyphlosion | 2016-05-22 | 6 | -209/+210 |
| * | | engine/printer.asm | pikalaxalt | 2016-05-22 | 2 | -159/+772 |
| * | | Replace MonsterNames dr with file already in repo | pikalaxalt | 2016-05-22 | 1 | -1/+1 |
| * | | Replace Function with Func_ | pikalaxalt | 2016-05-22 | 2 | -138/+138 |
| * | | Functions at 3a:4d35 | pikalaxalt | 2016-05-22 | 1 | -0/+159 |
| * | | Disassemble ea3ea to end of bank 3a | pikalaxalt | 2016-05-22 | 1 | -0/+756 |
| * | | Another function related to OAM | pikalaxalt | 2016-05-22 | 1 | -0/+27 |
| * | | Fix incbin filenames | pikalaxalt | 2016-05-22 | 1 | -2/+2 |
| * | | Disassemble function at ea3ea | pikalaxalt | 2016-05-22 | 1 | -0/+189 |
| * | | Align door tile dbws | pikalaxalt | 2016-05-22 | 1 | -9/+9 |
| * | | Elevator floor menu, clear save | pikalaxalt | 2016-05-22 | 2 | -4/+14 |
| * | | Ledges | pikalaxalt | 2016-05-22 | 3 | -47/+38 |
| * | | Pewter gym guys (moved to bank 6, no longer a predef?) | pikalaxalt | 2016-05-22 | 2 | -8/+112 |
| * | | Oh wait, there's predef_const declarations. Huh. | pikalaxalt | 2016-05-21 | 2 | -106/+101 |
| * | | Some work on disassembling npc movement scripts (aka informed copy/paste from... | pikalaxalt | 2016-05-21 | 1 | -147/+29 |
| * | | Disassemble yellow sounds | pikalaxalt | 2016-05-20 | 1 | -1/+1 |
| |/ | |||||
| * | 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 | 5 | -11/+588 |
| * | Complete documentation of bank1e | luckytyphlosion | 2016-03-28 | 2 | -9/+13 |
| * | 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 |
| * | GBC palette code | YamaArashi | 2016-03-26 | 3 | -454/+362 |
| * | Some more animations.asm work. | luckytyphlosion | 2016-03-19 | 1 | -5/+210 |
| * | Start working on engine/battle/animations.asm | luckytyphlosion | 2016-03-17 | 3 | -34/+69 |
| * | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | 2016-03-17 | 3 | -65/+459 |
| * | Split bank3 up. | luckytyphlosion | 2016-03-17 | 20 | -0/+2258 |
| * | Split bank1 up. | luckytyphlosion | 2016-03-17 | 13 | -1/+1127 |
| * | Complete documentation of BankF | luckytyphlosion | 2016-01-24 | 2 | -7356/+390 |
| * | More BankF documentation | luckytyphlosion | 2016-01-23 | 4 | -102/+1488 |
| * | More bankF documentation. | luckytyphlosion | 2016-01-16 | 8 | -117/+1490 |
| * | More BankF documentation | luckytyphlosion | 2016-01-09 | 5 | -49/+1280 |
| * | Minor fixes | luckytyphlosion | 2016-01-09 | 1 | -1/+1 |
| * | Cleanup with yellow-exclusive banks | luckytyphlosion | 2015-12-31 | 11 | -800/+33 |
| * | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 2015-12-31 | 14 | -132/+1579 |
| * | More BankF documentation | luckytyphlosion | 2015-12-29 | 13 | -93/+1152 |
| * | Start disassembling bank0F (Battle) | luckytyphlosion | 2015-12-26 | 6 | -36/+729 |
| * | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm | luckytyphlosion | 2015-12-23 | 4 | -424/+133 |
| * | data/pokedex_entries.asm | luckytyphlosion | 2015-12-22 | 1 | -3/+1 |
| * | Fewer underscores in constants | luckytyphlosion | 2015-12-22 | 3 | -8/+8 |
| * | data/evos_moves.asm | luckytyphlosion | 2015-12-22 | 1 | -1/+1 |
| * | engine/menu/pokedex.asm | luckytyphlosion | 2015-12-22 | 2 | -155/+231 |
| * | Yellow Options Menu | luckytyphlosion | 2015-12-13 | 1 | -0/+443 |
| * | engine/evos_moves.asm | luckytyphlosion | 2015-12-12 | 1 | -46/+202 |
| * | engine/battle/draw_hud_pokeball_gfx.asm | luckytyphlosion | 2015-12-12 | 1 | -16/+24 |
| * | engine/battle/trainer_ai.asm | luckytyphlosion | 2015-12-06 | 14 | -244/+215 |
| * | BankD misc functions | luckytyphlosion | 2015-12-05 | 8 | -149/+156 |
| * | bankB misc functions | luckytyphlosion | 2015-11-29 | 6 | -17/+24 |
| * | BankA misc functions | luckytyphlosion | 2015-11-28 | 9 | -39/+41 |
