summaryrefslogtreecommitdiff
path: root/macros/legacy.asm
AgeCommit message (Collapse)Author
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-03-22Miscellaneous cleanupRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-07-26Use def_* macros for automatic map event countsRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
2020-06-19sound_duty became duty_cycle_patternRangi
2020-06-16Harmonize some more symbols with pokecrystalRangi
2020-06-15Treat std scripts like specials and predefs (ported from pokecrystal)Rangi
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-26Disassemble map scenes and events.entrpntr
2020-04-06Add unnamed.py and update for rgbds v0.4.x before continuing.entrpntr
2020-03-17Cleanup macros before continuing.entrpntr