summaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Collapse)Author
2016-03-05start dissasembling move effect functionsxCrystal
and plenty of other duel related stuff
2016-03-03append "Text" to text labelsxCrystal
2016-02-29start naming some text labelsxCrystal
includes all labels referenced so far
2016-02-28replace hardcoded constants and defender/pluspower handlersxCrystal
2016-02-27Misc fixesanmart
Labeled some things and fixed a few labels
2016-02-26disassembled and Annotated attack functionsanmart
disassembled function that overwrites some data if the card passed as an argument is a fossil or doll. annotated several functions
2016-02-24Merge branch 'master' of https://github.com/anmart/poketcgdannye
2016-02-23Created wCardBuffer label macroanmart
created macro for wCardBuffer labels and updated references
2016-02-23Added labels and some codeanmart
Disassembled some pointer table and some functions related to the attack menu. Also updated some labels.
2016-02-22disassembled some more attack menu codeanmart
disassembled another attack menu function and gave names to some ambiguous labels
2016-02-22use the text_hl macro replace hardcoded text constantsxCrystal
2016-02-22lowercase macrosxCrystal
2016-02-22text_hl macroxCrystal
2016-02-21Replace hardcoded constants and clean updannye
2016-02-21Fixed labels that got turned into constantsanmart
turned labels that got turned into constants back into their proper labels.
2016-02-20Fixed some bank1 labelsanmart
updated a couple bank1 labels to use constant declarations
2016-02-20Disassembled Duel Attack Submenuanmart
Disassembled Duel Attack Submenu and some related wram + functions
2016-02-18Add some wram labelsdannye
2016-02-17More previousdannye
2016-02-17More home disassemblydannye
2016-02-16Misc home disassemblydannye
2016-02-16duel state constants and DUELVAR->DUELVARSxCrystal
2016-02-16apply duelvar constantsxCrystal
2016-02-15lowercase hexxCrystal
2016-02-15Rename battle->duel and expand on menu wram addressesxCrystal
2016-02-15Replace a few static addressesdannye
2016-02-15Disassembled Battle Submenu functionsanmart
Disassembled a pointer table to each battle submenu and some code mentioned in their functions, documented two wram bytes
2016-02-09Provided labels for various dataanmart
Defined two new labels in wram. Defined names for the oddly arbitrary values representing whose turn it is in battle. Renamed labels for some parts of the dueling main loop and loss function.
2016-01-28Fix three byte loads from high ramdannye
2016-01-28Use ldhdannye
2016-01-28Use text processing constants in text processing routineArchaemic
2016-01-26Clean up white spacedannye
2016-01-26wDoFrameFunctionxCrystal
2016-01-26DoFramexCrystal
2016-01-26more home incbinsxCrystal
2016-01-26more duel incbinsxCrystal
2016-01-26more incbins and labelsxCrystal
2016-01-26duel related labels/documentation 4xCrystal
also some more text box stuff
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