summaryrefslogtreecommitdiff
path: root/src/data/map_scripts.asm
AgeCommit message (Collapse)Author
2019-10-29Finished extracting Challenge Hall scriptsAndrew Martinek
2019-10-28extracted a lot of challenge hall scriptsAndrew Martinek
2019-10-24Uncovered NPC Movement and named OWObjectsAndrew Martinek
2019-10-08Created python script to calculate progress and documented some scriptsAndrew Martinek
2019-10-06Uncovered a lot of NPC map data and loading functions.Andrew Martinek
2019-10-03Ronald scripts and overworld data routines. Also made script extractor betterAndrew Martinek
2018-02-16all permissions 755 -> 644xCrystal
2016-07-29Began Disassembling Scripting system and AI.Andrew Martinek
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019