Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Use ~X instead of $ff ^ X | Rangi | |
2021-04-12 | Comment that unused music bytes are left over from more channels | Rangi | |
2021-04-12 | Rename SOUND_REST to SOUND_CRY | Rangi | |
Fixes #821 | |||
2021-03-24 | Add some comments regarding 16-bit increment/decrement | Rangi | |
2021-03-22 | Miscellaneous cleanup | Rangi | |
2021-03-16 | Revise some constant definitions | Rangi | |
2021-03-11 | Verify script command table sizes | Rangi | |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-12-07 | Identified two magic numbers and cleaned up some comments (#783) | aljohnston112 | |
Improve the audio engine's comments and replace some magic numbers with constants | |||
2020-10-29 | Updates to more closely sync with pokegold | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi | |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-05 | Identify some more unnamed labels | Rangi | |
2020-08-03 | Label some audio commands as unused | mid-kid | |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-06-29 | Identify more labels and constants | Rangi | |
2020-06-29 | Identify more unnamed labels | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-04-23 | Add "unused" comments for stray audio/sfx.asm data | Rangi | |
2020-04-23 | Miscellaneous updates and corrections | Rangi | |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-02-04 | Merge branch 'master' into audio-macros | mid-kid | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
2020-01-05 | Replace "branch" labels in music files with local names | Rangi | |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid | |
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name. | |||
2019-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-09-23 | Clarify naming of SFX_GET_EGG_* pointers | Ryan Tandy | |
In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that. | |||
2019-09-08 | Remove excessive newline from ends of sound files | dannye | |
2019-09-03 | Use TRUE/FALSE constants for stereo_panning | dannye | |
and use dn instead of db for volume envelope and pitch sweep | |||
2019-09-03 | Rename dnote to drum_note and dspeed to drum_speed | dannye | |
2019-09-02 | Update audio macros and arguments | dannye | |
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red | |||
2019-08-16 | GlassTing (Elm's PC when email arrives) isn't in G/S either. | IIMarckus | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2018-12-09 | Format music macros like movement macros | Rangi | |
2018-11-21 | Define first_music_cmd | mid-kid | |
This replaces the uses of $d0 in the audio engine with proper constants. | |||
2018-11-20 | Fix usage of endchannel_cmd | mid-kid | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-07-29 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-18 | Fix missing newline | mid-kid | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-05 | Fix DangetSoundHigh -> DangerSoundHigh | mid-kid | |
2018-06-04 | Clean up PlayDanger | mid-kid | |