summaryrefslogtreecommitdiff
path: root/engine/events/basement_key.asm
AgeCommit message (Collapse)Author
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm ↵Rangi
instructions Fixes #580
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Remove all address commentsmid-kid
2018-04-01Fix file permissionsmid-kid
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird.
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2017-12-27Move events/ to engine/events/Remy Oukaour