| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update hidden object functions and include them in main | pikalaxalt | 2016-05-24 | 2 | -49/+45 | |
| | | | ||||||
| * | | Itemfinder and hidden item coords | pikalaxalt | 2016-05-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Finish disassembling printer functions | pikalaxalt | 2016-05-24 | 1 | -1/+110 | |
| | | | ||||||
| * | | Printer error funcs | pikalaxalt | 2016-05-24 | 1 | -8/+131 | |
| | | | ||||||
| * | | Yellow-ize evolution code | pikalaxalt | 2016-05-23 | 1 | -7/+3 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-05-23 | 9 | -99/+142 | |
| |\ \ | ||||||
| | * | | Bank7 misc functions | luckytyphlosion | 2016-05-23 | 9 | -99/+142 | |
| | | | | | | | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build) | |||||
| * | | | Name some wram address refs | pikalaxalt | 2016-05-23 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Move diploma tilemaps out of incbins | pikalaxalt | 2016-05-23 | 1 | -3/+33 | |
| | | | ||||||
| * | | Move all the printer functions out of main.asm, including the intermediate ↵ | pikalaxalt | 2016-05-23 | 1 | -0/+343 | |
| | | | | | | | | | dr blocks | |||||
| * | | Resolve hard-coded calls | pikalaxalt | 2016-05-22 | 2 | -10/+10 | |
| | | | ||||||
| * | | Disassemble diploma in bank 3a | pikalaxalt | 2016-05-22 | 1 | -0/+137 | |
| | | | ||||||
| * | | the rest of engine/printer.asm | pikalaxalt | 2016-05-22 | 1 | -1/+228 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-05-22 | 5 | -169/+83 | |
| |\ \ | ||||||
| | * | | Bank15 misc functions | luckytyphlosion | 2016-05-22 | 4 | -165/+79 | |
| | | | | ||||||
| * | | | 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 ↵ | pikalaxalt | 2016-05-21 | 1 | -147/+29 | |
| | | | | | | | | | | | | | from red) | |||||
| * | | | 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 | |
| | | | | | | | | | Todo: address comments for data/animations.asm | |||||
| * | | 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 | |
| | | | | | | | | | MoveHitTest to MoveEffectPointerTable | |||||
| * | | More bankF documentation. | luckytyphlosion | 2016-01-16 | 8 | -117/+1490 | |
| | | | | | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType | |||||
| * | | More BankF documentation | luckytyphlosion | 2016-01-09 | 5 | -49/+1280 | |
| | | | | | | | | | AnyMoveToSelect to DoesntAffectMonText | |||||
| * | | Minor fixes | luckytyphlosion | 2016-01-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Cleanup with yellow-exclusive banks | luckytyphlosion | 2015-12-31 | 11 | -800/+33 | |
| | | | | | | | | | Also introduce charmap for $ec (unfilled menu arrow cursor) | |||||
