summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
AgeCommit message (Collapse)Author
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
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
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 ↵Rangi
implementations
2020-06-22Identify some more labelsRangi
2020-06-17Harmonize engine/overworld with pokecrystalRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
To do: engine/{menus, overworld}
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