| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-06-15 | Store garbage data as visible PNG files, built as 2bpp | Rangi | 1 | -1/+1 | |
| 2026-04-15 | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) | PokefanMarcel | 1 | -1/+1 | |
| 2025-10-19 | Separate surfing Pikachu graphics from audio engine code | Rangi | 1 | -1/+0 | |
| Fixes #137 | |||||
| 2022-10-02 | Require rgbds 0.6.0 | Rangi | 1 | -3/+0 | |
| 2022-08-11 | Use the same music headers as pokecrystal (#382) | Rangi | 1 | -3/+3 | |
| 2022-03-26 | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 1 | -1/+1 | |
| 2021-05-02 | Identify the unused cry that was carried over to GSC | SatoMew | 1 | -4/+4 | |
| 2021-05-01 | Incorporate the suggested fixes | SatoMew | 1 | -4/+4 | |
| 2021-05-01 | Identify the unused cry that was carried over to GSC | SatoMew | 1 | -4/+4 | |
| 2020-11-30 | Fix reference to unused_fanfare.asm | SatoMew | 1 | -1/+1 | |
| 2020-11-29 | Identify what became GSC's Key Item fanfare | SatoMew | 1 | -1/+1 | |
| 2020-11-07 | More debug yellow | dannye | 1 | -1/+3 | |
| only debug menu left | |||||
| 2020-11-05 | Organize home and macro code | Rangi | 1 | -1/+1 | |
| 2020-11-04 | Start reorganizing pokeyellow | Rangi | 1 | -11/+3 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -225/+25 | |
| 2020-10-19 | Some formatting changes | Rangi | 1 | -3/+6 | |
| 2020-07-03 | INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asm | Rangi | 1 | -2/+5 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 1 | -228/+6 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 1 | -15/+15 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-05-25 | Update Audio 4 sfx names | dannye | 1 | -45/+45 | |
| 2020-05-20 | Sync with pokered | dannye | 1 | -96/+107 | |
| 2019-10-11 | Label surfing minigame SFX | Amber Brault | 1 | -5/+5 | |
| 2019-07-28 | Use generic names for noise instruments | dannye | 1 | -57/+57 | |
| coming up with satisfactory names is hard, besides this will improve compatibility with crystal | |||||
| 2019-07-27 | Update audio macro names | dannye | 1 | -8/+8 | |
| 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 | |||||
| 2019-07-07 | Replace some hard-coded values with constants | Rangi | 1 | -1/+1 | |
| 2019-06-10 | Update tools | Celeste Brault | 1 | -1/+1 | |
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 1 | -3/+0 | |
| Polished Map | |||||
| 2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | 1 | -24/+24 | |
| 2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | 1 | -19/+15 | |
| 2018-04-01 | fix some constants | yenatch | 1 | -7/+7 | |
| 2018-04-01 | remove BANK[] and bank constants from ROMX sections | yenatch | 1 | -47/+31 | |
| 2018-04-01 | move pikachu cries into a separate file | yenatch | 1 | -207/+1 | |
| 2018-04-01 | use a macro for pikachu cries | yenatch | 1 | -209/+107 | |
| 2017-06-24 | Fix typos in comments | dannye | 1 | -1/+1 | |
| 2017-03-21 | Revert "Fix floating sections" | AntonioND | 1 | -15/+15 | |
| This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||||
| 2017-03-14 | Fix floating sections | AntonioND | 1 | -15/+15 | |
| This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||||
| 2016-07-27 | Redo audio header macro | dannye | 1 | -3/+3 | |
| 2016-07-27 | Fix sound effect channel numbering | dannye | 1 | -5/+5 | |
| mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1' | |||||
| 2016-06-12 | Remove the last address comments | dannye | 1 | -6/+6 | |
| except for wram.asm and sram.asm also delete unused yellow file | |||||
| 2016-06-11 | remove address comments | YamaArashi | 1 | -53/+53 | |
| 2016-06-11 | Character dict; surfing minigame; printer debug | pikalaxalt | 1 | -1/+3 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -6/+6 | |
| 2016-06-06 | Remove unused source files | dannye | 1 | -1/+1 | |
| 2016-06-06 | Clean up white space | dannye | 1 | -4/+4 | |
| 2016-06-06 | Clean up Makefile | dannye | 1 | -0/+1 | |
| 2016-06-05 | Resolve WRAM addresses and bank 3e unknowns | pikalaxalt | 1 | -2/+2 | |
| 2016-05-31 | The rest of SS Anne | pikalaxalt | 1 | -0/+6 | |
| 2016-05-21 | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4 | pikalaxalt | 1 | -21/+25 | |
| 2016-05-21 | Fix sfx separation | pikalaxalt | 1 | -0/+2 | |
| 2016-05-21 | Unhexlify unknown music macro arguments in bank AUDIO_4 | pikalaxalt | 1 | -1/+1 | |
