| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -2/+2 |
| |\| | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 1 | -8/+8 |
| |\| | |||||
| | * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 1 | -4/+4 |
| | | | |||||
| | * | Sync more with pokeyellow | Rangi | 2020-11-06 | 1 | -4/+0 |
| | | | |||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -5/+5 |
| | | | |||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -3/+3 |
| | | | |||||
| | * | Update audio macro names | dannye | 2019-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | ||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 1 | -4/+4 |
| | | | |||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 1 | -7/+7 |
| | | | |||||
| * | | Trim extra newlines from some files | Rangi | 2021-04-08 | 1 | -1/+0 |
| | | | |||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 1 | -11/+13 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -5/+5 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -11/+11 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-07-16 | 1 | -7/+9 |
| |\ \ | |||||
| | * | | sync home | YamaArashi | 2016-06-12 | 1 | -8/+10 |
| | | | | |||||
| * | | | Remove more address comments | dannye | 2016-06-12 | 1 | -3/+3 |
| |/ / | |||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 1 | -15/+15 |
| | | | |||||
| * | | Clean up white space | dannye | 2016-06-06 | 1 | -5/+5 |
| | | | |||||
| * | | Finish disassembling the functions in bank 3e | pikalaxalt | 2016-06-04 | 1 | -0/+1 |
| | | | |||||
| * | | The rest of SS Anne | pikalaxalt | 2016-05-31 | 1 | -2/+2 |
| | | | |||||
| * | | Audio bank 4 constants; space after commas in home/audio.asm | pikalaxalt | 2016-05-21 | 1 | -34/+35 |
| | | | |||||
| * | | Document audio functions. | luckytyphlosion | 2016-03-19 | 1 | -49/+28 |
| | | | |||||
| * | | overworld item & movement code, cable club code, remove more instances of âľ | luckytyphlosion | 2015-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | | bank1f audio. | luckytyphlosion | 2015-10-03 | 1 | -2/+2 |
| | | | | | | | | | Also move yellow/audio.asm to audio.asm | ||||
| * | | Bank8 audio. | luckytyphlosion | 2015-09-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | ||||
| * | | Bank2 audio. | luckytyphlosion | 2015-09-26 | 1 | -3/+3 |
| | | | | | | | | | todo: correct labels | ||||
| * | | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 1 | -11/+11 |
| | | | |||||
| * | | Fixes. | luckytyphlosion | 2015-08-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -71/+90 |
| |\| | | | | | | | Doesn't build. | ||||
| | * | commented audio code | YamaArashi | 2015-08-08 | 1 | -99/+134 |
| | | | |||||
| | * | Unify audio bank references | dannye | 2015-07-22 | 1 | -22/+22 |
| | | | | | | | | | | | | | 2â1 8â2 1fâ3 | ||||
| | * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -10/+10 |
| | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | ||||
| * | | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | 2015-08-09 | 1 | -1/+2 |
| | | | |||||
| * | | Fix typos up to end of home/audio.asm | luckytyphlosion | 2015-08-09 | 1 | -2/+4 |
| | | | |||||
| * | | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | 2015-08-02 | 1 | -4/+4 |
| | | | | | | | | | Rest of unknown pointers in homebank, fix some function names. | ||||
| * | | Attempt to make Yellow buildable, part 2. | luckytyphlosion | 2015-08-01 | 1 | -4/+3 |
| | | | |||||
| * | | Fix label typo. | luckytyphlosion | 2015-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Finish working on remaining audio function. | luckytyphlosion | 2015-06-10 | 1 | -23/+16 |
| | | | |||||
| * | | More home/audio.asm | luckytyphlosion | 2015-06-10 | 1 | -42/+135 |
| | | | |||||
| * | | Some home/audio.asm documentation | luckytyphlosion | 2015-06-09 | 1 | -18/+38 |
| | | | |||||
| * | | Fix EOL to LF to make push requests more doable. | luckytyphlosion | 2015-06-05 | 1 | -186/+186 |
| | | | |||||
| * | | Completed home/overworld.asm with other related functions | luckytyphlosion | 2015-05-17 | 1 | -183/+186 |
| |/ | |||||
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | Labelled and commented mostly sprite-related things | YamaArashi | 2014-09-09 | 1 | -1/+1 |
| | | |||||
| * | Clean up music bank references | U-Fish-PC\Daniel | 2014-06-09 | 1 | -8/+8 |
| | | |||||
| * | Split more code out of home.asm. | yenatch | 2014-05-31 | 1 | -0/+183 |
