summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
AgeCommit message (Expand)Author
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
2021-11-23Use ~X instead of $ff ^ XRangi
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-03-24Sync some files with pokegoldRangi
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Verify script command table sizesRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
2020-11-24Use STRING_BUFFER_LENGTH for the wStringBuffersRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify remaining map object labelsRangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
2020-07-22Factor out tables into data/overworld/Rangi
2020-07-21" " → $7fRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-06-22Identify some more labelsRangi
2020-06-17Harmonize engine/overworld with pokegoldRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-14make DEBUG=1 logs all symbols in the .map and .sym filesRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2019-11-03Bit 6 of PrintNum left-aligns numbersRangi
2019-11-03Suggested formatting changesRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-05-25Get rid of _CRYSTALmid-kid
2019-04-19Identify some more WRAM labelsRangi
2019-04-09TextBox -> Textboxmid-kid
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
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
2019-02-16passtoengine -> autoinputRangi
2019-01-24Use and define more WRAM constantsRangi
2019-01-24Use more constantsRangi
2019-01-07Document bugfix: ScriptCall can overflow wScriptStack and crashRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-05-23Use known sprite movement data flag constantsRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid
2018-04-09Merge pull request #503 from Rangi42/masteryenatch
2018-04-05Use constants for bit/set/res moreRangi