summaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Collapse)Author
2016-01-25duel related labels/documentation 3xCrystal
also timer counters and rng sources
2016-01-25duel related labels/documentation 1xCrystal
2016-01-19finish labeling/documenting text box related functionsxCrystal
2016-01-18another sgb packet and miscxCrystal
2016-01-17rename to DrawLabeledTextBox and DrawRegularTextBoxxCrystal
2016-01-17more draw text box and related functionsxCrystal
2016-01-17draw menu box functions and rename CallF to CallHLxCrystal
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