| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-04-15 | 1 | -3/+3 |
| |\ | |||||
| | * | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) | PokefanMarcel | 2026-04-15 | 1 | -3/+3 |
| | | | |||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 1 | -12/+12 |
| | | | | | | | New MACRO and DEF syntax | ||||
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 1 | -0/+1 |
| | | | |||||
| | * | Make suggested changes from review | Rangi | 2020-07-04 | 1 | -0/+1 |
| | | | |||||
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 1 | -0/+2 |
| | | | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| | * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -1/+11 |
| | | | | | | | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | ||||
| | * | Reorganize constants/ | Rangi | 2020-07-03 | 1 | -47/+0 |
| | | | | | | | | | To do: add comments associating constants with data and code | ||||
| | * | Update labels to match new audio macro names | dannye | 2019-08-17 | 1 | -10/+18 |
| | | | | | | | | | and synchronize engine_2 and engine_3 with engine_1 | ||||
| | * | Use generic names for noise instruments | dannye | 2019-07-28 | 1 | -20/+20 |
| | | | | | | | | | coming up with satisfactory names is hard, besides this will improve compatibility with crystal | ||||
| | * | Typo: SFX_POKEFLUE â SFX_POKEFLUTE | dannye | 2017-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 1 | -13/+13 |
| | | | | | | | New MACRO and DEF syntax | ||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -48/+15 |
| | | | |||||
| * | | Update Audio 4 sfx names | dannye | 2020-05-25 | 1 | -6/+5 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -40/+49 |
| | | | |||||
| * | | Label surfing minigame SFX | Amber Brault | 2019-10-11 | 1 | -6/+6 |
| | | | |||||
| * | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Remove unused source files | dannye | 2016-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Split bank 3e | pikalaxalt | 2016-06-05 | 1 | -1/+2 |
| |/ / | |||||
| * | | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4 | pikalaxalt | 2016-05-21 | 1 | -72/+10 |
| | | | |||||
| * | | Unhexlify unknown music macro arguments in bank AUDIO_4 | pikalaxalt | 2016-05-21 | 1 | -2/+1 |
| | | | |||||
| * | | Audio bank 4 constants; space after commas in home/audio.asm | pikalaxalt | 2016-05-21 | 1 | -0/+78 |
| | | | |||||
| * | | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 1 | -1/+1 |
| |/ | |||||
| * | commented audio code | YamaArashi | 2015-08-08 | 1 | -0/+39 |
| | | |||||
| * | Unify audio bank references | dannye | 2015-07-22 | 1 | -1/+1 |
| | | | | | | | 2â1 8â2 1fâ3 | ||||
| * | Rename sound effect files | dannye | 2015-07-22 | 1 | -161/+161 |
| | | |||||
| * | Name some battle sound effects | dannye | 2015-07-21 | 1 | -162/+162 |
| | | |||||
| * | Name sound effects | dannye | 2015-07-19 | 1 | -0/+176 |
| | | |||||
| * | Use labels instead of static addresses in sound pointers. | yenatch | 2014-03-30 | 1 | -1/+1 |
| | | | | | Static address substraction would wreak havoc in other memory configurations. | ||||
| * | define music constants instead of running around with ((label-$4000)/3) | yenatch | 2014-01-21 | 1 | -0/+54 |
