summaryrefslogtreecommitdiff
path: root/src/wram.asm
AgeCommit message (Collapse)Author
2016-03-05use joypad constantsxCrystal
2016-03-05start dissasembling move effect functionsxCrystal
and plenty of other duel related stuff
2016-02-28replace hardcoded constants and defender/pluspower handlersxCrystal
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-23Created wCardBuffer label macroanmart
created macro for wCardBuffer labels and updated references
2016-02-22disassembled some more attack menu codeanmart
disassembled another attack menu function and gave names to some ambiguous labels
2016-02-21Replace hardcoded constants and clean updannye
2016-02-20Disassembled Duel Attack Submenuanmart
Disassembled Duel Attack Submenu and some related wram + functions
2016-02-18Add some wram labelsdannye
2016-02-16duel state constants and DUELVAR->DUELVARSxCrystal
2016-02-16clean up duel variablesxCrystal
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-26Clean up white spacedannye
2016-01-26wDoFrameFunctionxCrystal
2016-01-26DoFramexCrystal
2016-01-26more home incbinsxCrystal
2016-01-26more incbins and labelsxCrystal
2016-01-25duel related labels/documentation 3xCrystal
also timer counters and rng sources
2016-01-25duel related labels/documentation 2xCrystal
2016-01-25duel related labels/documentation 1xCrystal
2016-01-18another sgb packet and miscxCrystal
2016-01-17more draw text box and related functionsxCrystal
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-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-16some label/commentary correctionsxCrystal
2016-01-16clean up wram.asmxCrystal
2016-01-16player and opponent card data in wramxCrystal
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019