| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\| | |||||
| | * | 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 |
| | | | |||||
| * | | Trim trailing zeros from `dr` blocks (part 1) | pikalaxalt | 2016-05-22 | 1 | -7/+7 |
| | | | |||||
| * | | Elevator floor menu, clear save | pikalaxalt | 2016-05-22 | 3 | -8/+59 |
| | | | |||||
| * | | Ledges | pikalaxalt | 2016-05-22 | 4 | -49/+40 |
| | | | |||||
| * | | 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 | 8 | -161/+65 |
| | | | | | | | | | from red) | ||||
| * | | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4 | pikalaxalt | 2016-05-21 | 66 | -284/+193 |
| | | | |||||
| * | | Fix sfx separation | pikalaxalt | 2016-05-21 | 5 | -110/+13 |
| | | | |||||
| * | | Unhexlify unknown music macro arguments in bank AUDIO_4 | pikalaxalt | 2016-05-21 | 65 | -687/+687 |
| | | | |||||
