Age | Commit message (Expand) | Author |
2022-03-13 | Allow `vc_const` to work with charmap characters (necessary for pokegold) | Rangi |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2022-01-10 | Don't require a boolean trainer flag for `givepoke` | Rangi |
2021-11-23 | Use compound assignment operators | Rangi |
2021-10-29 | Clarify documentation of maskbits | Rangi |
2021-06-08 | Rename `prioritysjump` to `sdefer` | Rangi |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi |
2021-05-09 | Require rgbds 0.5.1 | Rangi |
2021-04-27 | Use {interpolation} to generate sequences of RAM labels | Rangi |
2021-04-19 | Use rgbds 0.5.0 | Rangi |
2021-03-22 | Verify uneven list sizes with list_start, li, and assert_list_length macros | Rangi |
2021-03-22 | Miscellaneous cleanup | Rangi |
2021-03-21 | Clean up some macro definitions | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-11 | Verify script command table sizes | Rangi |
2021-03-04 | Define more struct offset constants with rsreset instead of const_def | Rangi |
2021-03-04 | Verify wild data sizes with def_grass/water_wildmons and end_grass/water_wild... | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-09 | Require rgbds 0.4.2 | Rangi |
2020-11-09 | Identify wBattleAnimTemp0-3 | Rangi |
2020-10-29 | Updates to more closely sync with pokegold | Rangi |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi |
2020-10-22 | Identify some more labels (a few link-related) | Rangi |
2020-08-27 | Modify macros/wram.asm to match recent renames | mid-kid |
2020-08-03 | TX_NUM -> TX_DECIMAL | mid-kid |
2020-07-24 | Use def_* macros for automatic map event counts | Rangi |
2020-07-22 | Revert "Factor out tables into data/overworld/" | Rangi |
2020-07-22 | Factor out tables into data/overworld/ | Rangi |
2020-07-22 | Treat map setup commands like trade script commands | Rangi |
2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi |
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi |
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 |