| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | * | 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 | |
| * | | Merge pull request #8 from PikalaxALT/master | luckytyphlosion | 2016-05-23 | 107 | -2348/+5959 | |
| |\ \ | ||||||
| | | * | 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 dr... | pikalaxalt | 2016-05-23 | 2 | -269/+343 | |
| | * | 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 | |
| | |\ | |/ |/| | ||||||
| * | | Bank15 misc functions | luckytyphlosion | 2016-05-22 | 5 | -178/+92 | |
| | * | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-05-22 | 15 | -367/+371 | |
| | |\ | |/ |/| | ||||||
| * | | Bank11 and 14 misc functions. | luckytyphlosion | 2016-05-22 | 15 | -367/+373 | |
| | * | engine/printer.asm | pikalaxalt | 2016-05-22 | 3 | -170/+788 | |
| | * | Replace MonsterNames dr with file already in repo | pikalaxalt | 2016-05-22 | 4 | -5/+4 | |
| | * | Replace Function with Func_ | pikalaxalt | 2016-05-22 | 2 | -138/+138 | |
| | * | Functions at 3a:4d35 | pikalaxalt | 2016-05-22 | 3 | -5/+192 | |
| | * | Disassemble ea3ea to end of bank 3a | pikalaxalt | 2016-05-22 | 2 | -1/+757 | |
| | * | Another function related to OAM | pikalaxalt | 2016-05-22 | 3 | -1/+28 | |
| | * | Fix incbin filenames | pikalaxalt | 2016-05-22 | 1 | -2/+2 | |
| | * | Disassemble function at ea3ea | pikalaxalt | 2016-05-22 | 4 | -1/+191 | |
| | * | FreezeEnemyTrainerSprite | pikalaxalt | 2016-05-22 | 1 | -1/+23 | |
| | * | Trim trailing zeros from `dr` blocks (part 2) | pikalaxalt | 2016-05-22 | 1 | -5/+5 | |
| | * | Align door tile dbws | pikalaxalt | 2016-05-22 | 1 | -9/+9 | |
