summaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Collapse)Author
2016-01-17name some ram addresses and functions, mostly menu input relatedxCrystal
also replace other wram/hram addresses that were hardcoded despite the label already existing
2016-01-17disassemble more incbins and sgb packetsxCrystal
2016-01-17Generalize to "effect commands", even for trainer cards, to avoid confusionxCrystal
2016-01-17disassemble GetCardPointer (0:2f7c)xCrystal
2016-01-17dissasemble 2fcb-302cxCrystal
2016-01-16dump move effect commands dataxCrystal
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019