summaryrefslogtreecommitdiff
path: root/engine/events/std_scripts.asm
AgeCommit message (Expand)Author
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-03-21Add suffixes to some constants to avoid ambiguityRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-09-23Clarify naming of SFX_GET_EGG_* pointersRyan Tandy
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm instr...Rangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-05-05fix-various-little-thingsmid-kid
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-02Remove checkmorn/checkday/checknite macrosRangi
2018-02-02Script commands don't have underscoresRangi
2018-02-01SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa...Rangi
2018-02-01Meaningful scene constant namesRangi
2018-01-31Add scene ID constants (TODO: meaningful names)Rangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-24Rename some routines to avoid conflicts when removing "Special_" prefixesRangi
2018-01-24EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)Rangi
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-22KrissHouse → PlayersHouseRangi
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14Use constants for menu flagsmid-kid
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-12Use more constants in scriptsRemy Oukaour
2018-01-11More constants and data tablesRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Finish consistent Special function namesxCrystal
2018-01-02Consolidate Special function namesxCrystal
2017-12-27Move events/ to engine/events/Remy Oukaour