summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
AgeCommit message (Expand)Author
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2021-11-23Use ~X instead of $ff ^ XRangi
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
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 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-09Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-06-22Identify some more labelsRangi
2020-06-17Harmonize engine/overworld with pokecrystalRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
2020-05-28Fill in sprite animation index constants, other minor cleanups.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-26Disassemble map scenes and events.entrpntr