Age | Commit message (Expand) | Author |
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | 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-20 | Use rgbds 0.5.0 | Rangi |
2021-03-23 | Verify uneven list sizes with list_start, li, and assert_list_length macros | Rangi |
2021-03-22 | Fix octave argument assertion | 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-05 | Define more struct offset constants with rsreset instead of const_def | Rangi |
2021-03-05 | Verify wild data sizes with def_grass/water_wildmons and end_grass/water_wild... | Rangi |
2021-03-05 | 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 pokecrystal | 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-04 | TX_NUM -> TX_DECIMAL | mid-kid |
2020-07-26 | 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-09 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-09 | 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 RAM address comments | Rangi |
2020-06-19 | sound_duty became duty_cycle_pattern | Rangi |
2020-06-16 | Harmonize home/ with pokecrystal | Rangi |
2020-06-16 | Harmonize some more symbols with pokecrystal | Rangi |
2020-06-15 | Remove Crystal-only CaughtData | Rangi |
2020-06-15 | Treat std scripts like specials and predefs (ported from pokecrystal) | Rangi |
2020-06-15 | Port miscellaneous recent updates from pokecrystal | Rangi |
2020-06-15 | Use pokecrystal's sine_table macro | Rangi |
2020-06-05 | Fix file permissions. | entrpntr |
2020-06-01 | Update data/sprite_anims/framesets.asm | libjet |
2020-05-14 | Clean up battle anims, constants, and wram. | entrpntr |