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" Fixes #789
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
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 pokegoldRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-01-06Merge branch 'master' into audio-macrosdannye
2019-11-03Rename buttonsound to promptbuttonRangi
2019-09-04Add legacy audio macrosdannye
2019-04-19Identify some more WRAM labelsRangi
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm ↵Rangi
instructions Fixes #580
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2019-02-17Don't use legacy macrosRangi
2019-02-16passtoengine -> autoinputRangi
2019-02-16Fix issues in reviewmid-kid
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-11Merge pull request #573 from mid-kid/masterRangi
text_jump → text_far
2018-11-11Clarify LEGACY supportmid-kid
2018-11-05text_jump → text_farmid-kid
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`.
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
* objectface -> turnobject (c834bda)
2018-02-02oopsRangi
2018-02-02Legacy support macrosRangi