summaryrefslogtreecommitdiff
path: root/src/main.asm
AgeCommit message (Expand)Author
2018-04-10Move Empty Bank sections to main.asmxCrystal
2018-04-10Add leading zero to temporary bankX.asm filenames so they show up in orderxCrystal
2018-02-16all permissions 755 -> 644xCrystal
2018-02-08Move booster pack data to data/xCrystal
2018-02-07Use const to enumerate constantsxCrystal
2018-02-07More well defined SECTION namesxCrystal
2018-02-07Create linkerscriptxCrystal
2016-07-29Began Disassembling Scripting system and AI.Andrew Martinek
2016-03-30Disassembled Booster Generation Code. Also created SRAM file.Andrew Martinek
2016-03-05start dissasembling move effect functionsxCrystal
2016-01-28hram.odannye
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019