Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-06 | Merge branch 'master' into audio-macros | dannye | |
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-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 | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-01-19 | wiggle → wobble | Remy Oukaour | |
2017-12-11 | Keep table labels in the same files as their contents. | Remy Oukaour | |
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2015-12-13 | Pack | PikalaxALT | |
2015-11-03 | dbw BANK, addr replaced with dba | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2014-02-06 | Use labels in audio/sfx_pointers.asm | yenatch | |
2013-05-02 | fix sfx pointer comments | yenatch | |
2013-02-05 | Split audio engine and pointers into files | yenatch | |
Creates folder audio/ |