Age | Commit message (Expand) | Author |
2019-11-03 | Rename buttonsound to promptbutton | Rangi |
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 | 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 | Define first_music_cmd | mid-kid |
2018-11-20 | Cosmetic fixes | mid-kid |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi |
2018-11-11 | Merge pull request #573 from mid-kid/master | Rangi |
2018-11-11 | Clarify LEGACY support | mid-kid |
2018-11-05 | text_jump → text_far | mid-kid |
2018-10-11 | Stop using __enum__ + 3 | mid-kid |
2018-08-17 | CheckDestinyBond -> CheckFaint | mid-kid |
2018-07-28 | anim_ret_command is an index in a table after all | mid-kid |
2018-07-18 | Clean up TX_ commands | mid-kid |
2018-07-18 | Fix anim_ret_command | mid-kid |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
2018-05-05 | fix-various-little-things | mid-kid |
2018-04-04 | Rename some battle commands | mid-kid |
2018-04-04 | Label BattleCommand_BeatUpFailText | mid-kid |
2018-04-04 | Label bidefailtext | mid-kid |
2018-02-25 | Default macro parameters use recursion; avoids repeating internal structure | Rangi |
2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi |
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi |
2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi |
2018-02-02 | Script commands don't have underscores | Rangi |
2018-02-01 | warp_event x, y, map, warp_id | Rangi |
2018-02-01 | More comments and macros | Rangi |
2018-01-31 | enum_start like const_def | Rangi |
2018-01-28 | grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g | Rangi |
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #... | Rangi |
2018-01-23 | trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...` | Rangi |
2018-01-23 | hiddenitem, like itemball and object_event, puts the item first and the event... | Rangi |
2018-01-18 | Better TX_SOUND_* names | Remy Oukaour |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour |
2018-01-15 | Long lists of db/dw series with struct-defining macros belong in data/ | Remy Oukaour |
2018-01-13 | Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ma... | Remy Oukaour |