Age | Commit message (Expand) | Author |
2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi |
2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-29 | Identify more unnamed labels | Rangi |
2020-06-21 | Remove some more raw addresses | Rangi |
2020-06-19 | sound_duty became duty_cycle_pattern | Rangi |
2020-06-16 | Harmonize home/ with pokegold | Rangi |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
2020-06-10 | predef_id -> lda_predef, for consistency with lda_coord and map_id | Rangi |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi |
2020-06-07 | wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeleteP... | Rangi |
2020-05-07 | Clean up some percentage values | Rangi |
2020-04-23 | Miscellaneous updates and corrections | Rangi |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
2020-04-04 | Move, comment, and simplify some macro definitions | Rangi |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
2020-03-21 | Miscellaneous fixes from #694 | Rangi |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
2020-01-06 | Merge branch 'master' into audio-macros | dannye |
2020-01-05 | Update docs/music_commands.md | dannye |
2019-11-03 | Rename buttonsound to promptbutton | Rangi |
2019-09-08 | stereo_panning: force any non-zero arg to 1 | dannye |
2019-09-04 | Add legacy audio macros | dannye |
2019-09-03 | Use TRUE/FALSE constants for stereo_panning | dannye |
2019-09-03 | Rename dnote to drum_note and dspeed to drum_speed | dannye |
2019-09-02 | Update audio macros and arguments | dannye |
2019-05-25 | Define appropriate constants as EQU | mid-kid |
2019-05-25 | Get rid of _CRYSTAL | mid-kid |
2019-04-21 | "object_const_def" instead of "const_def 2" | Rangi |
2019-04-19 | Identify some more WRAM labels | Rangi |
2019-04-09 | TextBox -> Textbox | mid-kid |
2019-03-10 | Rename some call/jump script commands to avoid confusion with jr/jp asm instr... | Rangi |
2019-03-10 | Rename more script commands for consistency and predictability | Rangi |
2019-03-03 | Define constants for map event sizes | Rangi |
2019-02-17 | Don't use legacy macros | Rangi |
2019-02-16 | dba exists, use it | Rangi |
2019-02-16 | passtoengine -> autoinput | Rangi |
2019-02-16 | Fix issues in review | mid-kid |
2019-02-16 | Document wBattleAnimFlags | mid-kid |
2019-02-15 | dorepeat -> dowait for oam animations | mid-kid |
2018-12-09 | Format music macros like movement macros | Rangi |
2018-12-09 | Merge pull request #578 from mid-kid/master | Rangi |
2018-11-25 | Rename "feet and head follow" commands | mid-kid |
2018-11-21 | Use ANIM_GFX constants for battle animations | mid-kid |
2018-11-21 | Define first_music_cmd | mid-kid |
2018-11-20 | Cosmetic fixes | mid-kid |