| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include Celadon's headers | pikalaxalt | 2016-05-26 | 3 | -10/+21 |
| | | |||||
| * | All Pikachu emotion gfx have been labeled | pikalaxalt | 2016-05-25 | 4 | -170/+298 |
| | | |||||
| * | Trim bank 3E and disassemble another random function | pikalaxalt | 2016-05-25 | 1 | -1/+9 |
| | | |||||
| * | Move stuff around and disassemble a random function | pikalaxalt | 2016-05-25 | 4 | -612/+623 |
| | | |||||
| * | Replace pcm arguments with pcm file labels | pikalaxalt | 2016-05-25 | 3 | -417/+422 |
| | | |||||
| * | Fully disassemble pikachu pic animation scripts | pikalaxalt | 2016-05-25 | 1 | -61/+330 |
| | | |||||
| * | I'm pretty sure these are graphics pointers | pikalaxalt | 2016-05-25 | 3 | -129/+168 |
| | | |||||
| * | More playing around with pikapic script disasm | pikalaxalt | 2016-05-25 | 3 | -67/+150 |
| | | |||||
| * | Make some sense out of the pic animations | pikalaxalt | 2016-05-25 | 5 | -2990/+3107 |
| | | |||||
| * | Last chunk of asm in bank 3f; remaining drs are data | pikalaxalt | 2016-05-25 | 1 | -8/+50 |
| | | |||||
| * | Yet another chunk of asm | pikalaxalt | 2016-05-25 | 1 | -7/+220 |
| | | |||||
| * | Yet another chunk of bank 3f | pikalaxalt | 2016-05-25 | 1 | -6/+507 |
| | | |||||
| * | Another chunk of bank 3f | pikalaxalt | 2016-05-25 | 1 | -1/+646 |
| | | |||||
| * | More pikachu engine stuff | pikalaxalt | 2016-05-25 | 2 | -11/+149 |
| | | |||||
| * | More code and gfx pointers | pikalaxalt | 2016-05-25 | 2 | -1/+35 |
| | | |||||
| * | Another chunk of F... overworld movement engine? | pikalaxalt | 2016-05-25 | 1 | -1/+51 |
| | | |||||
| * | Another chunk of bank F | pikalaxalt | 2016-05-25 | 1 | -7/+298 |
| | | |||||
| * | More code and what looks like scripts in F | pikalaxalt | 2016-05-25 | 3 | -1973/+2073 |
| | | |||||
| * | another chunk of bank 3f | pikalaxalt | 2016-05-24 | 1 | -2/+278 |
| | | |||||
| * | Trivially disassemble a data array in bank 3f | pikalaxalt | 2016-05-24 | 1 | -1/+63 |
| | | |||||
| * | More disassembled functions | pikalaxalt | 2016-05-24 | 1 | -7/+88 |
| | | |||||
| * | A couple more funcs in bank 3f | pikalaxalt | 2016-05-24 | 1 | -1/+94 |
| | | |||||
| * | Func_f0a82 | pikalaxalt | 2016-05-24 | 2 | -2/+31 |
| | | |||||
| * | Actually include the Beach House scripts and headers | pikalaxalt | 2016-05-24 | 4 | -88/+91 |
| | | |||||
| * | hidden_object macro; coords as dec | pikalaxalt | 2016-05-24 | 1 | -508/+381 |
| | | |||||
| * | Pretty up the hidden object data | pikalaxalt | 2016-05-24 | 1 | -171/+171 |
| | | |||||
| * | We don't need this file anymore | pikalaxalt | 2016-05-24 | 2 | -73/+0 |
| | | |||||
| * | These are actually map indices | pikalaxalt | 2016-05-24 | 1 | -5/+26 |
| | | |||||
| * | Replace hidden object file include in bank 3c | pikalaxalt | 2016-05-24 | 3 | -6/+6 |
| | | |||||
| * | Comment on bug in bank 3c trash can sampling function | pikalaxalt | 2016-05-24 | 2 | -15/+40 |
| | | |||||
| * | Trash can randomization function | pikalaxalt | 2016-05-24 | 1 | -2/+85 |
| | | |||||
| * | Numerous changes (see below) | pikalaxalt | 2016-05-24 | 12 | -745/+741 |
| | | | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions | ||||
| * | Update hidden object functions and include them in main | pikalaxalt | 2016-05-24 | 5 | -439/+284 |
| | | |||||
| * | Itemfinder and hidden item coords | pikalaxalt | 2016-05-24 | 3 | -68/+67 |
| | | |||||
| * | Finish disassembling printer functions | pikalaxalt | 2016-05-24 | 1 | -1/+110 |
| | | |||||
| * | Printer error funcs | pikalaxalt | 2016-05-24 | 3 | -9/+154 |
| | | |||||
| * | Yellow-ize evolution code | pikalaxalt | 2016-05-23 | 3 | -10/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-05-23 | 19 | -132/+179 |
| |\ | |||||
| | * | Bank7 misc functions | luckytyphlosion | 2016-05-23 | 19 | -132/+179 |
| | | | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build) | ||||
| | * | Merge pull request #8 from PikalaxALT/master | luckytyphlosion | 2016-05-23 | 107 | -2348/+5959 |
| | |\ | | | | | | | Disassemble yellow sounds | ||||
| * | | | Name some wram address refs | pikalaxalt | 2016-05-23 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | Move diploma tilemaps out of incbins | pikalaxalt | 2016-05-23 | 4 | -7/+33 |
| | | | |||||
| * | | Move all the printer functions out of main.asm, including the intermediate ↵ | pikalaxalt | 2016-05-23 | 2 | -269/+343 |
| | | | | | | | | | dr blocks | ||||
| * | | More functions related to printing boxes | pikalaxalt | 2016-05-23 | 1 | -13/+164 |
| | | | |||||
| * | | A function related to printing boxes? | pikalaxalt | 2016-05-23 | 1 | -2/+51 |
| | | | |||||
| * | | Two functions at e925d | pikalaxalt | 2016-05-23 | 1 | -1/+37 |
| | | | |||||
| * | | Resolve hard-coded calls | pikalaxalt | 2016-05-22 | 3 | -12/+23 |
| | | | |||||
| * | | Disassemble diploma in bank 3a | pikalaxalt | 2016-05-22 | 5 | -2/+144 |
| | | | |||||
| * | | 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 | 6 | -189/+96 |
| |\| | |||||
