summaryrefslogtreecommitdiff
path: root/engine/scripting_crystal.asm
AgeCommit message (Collapse)Author
2014-12-29Recombine the event engine objects.yenatch
They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom. They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless.
2014-02-05Move includes into object bases instead of their version wrappers.yenatch
2013-11-26proper section names and bank constantsyenatch
2013-11-23objects for event handling and scriptingyenatch