summaryrefslogtreecommitdiff
path: root/src/wram.asm
AgeCommit message (Expand)Author
2016-05-21rename text macro to textpointer and text/line/done for better text readabilityxCrystal
2016-04-10More music engine labelingdannye
2016-04-09Clarify how loop and call return addresses are handleddannye
2016-04-09Lots of wram addressesdannye
2016-04-06Some duel engine disassemlbydannye
2016-03-30Disassembled Booster Generation Code. Also created SRAM file.Andrew Martinek
2016-03-08disassemble 488f to 4918 (check if enough energies)xCrystal
2016-03-07disassemble GetAttachedEnergies and HandleEnergyBurnxCrystal
2016-03-07some label/commentary improvementsxCrystal
2016-03-06temp card id addresses and some status handling functionsxCrystal
2016-03-06wMoveBuffer and wDamagexCrystal
2016-03-06more duel engine labels and documentationxCrystal
2016-03-06allocate text engine ram addressesxCrystal
2016-03-05figure out substatus duelvarsxCrystal
2016-03-05use joypad constantsxCrystal
2016-03-05start dissasembling move effect functionsxCrystal
2016-02-28replace hardcoded constants and defender/pluspower handlersxCrystal
2016-02-26disassembled and Annotated attack functionsanmart
2016-02-23Created wCardBuffer label macroanmart
2016-02-22disassembled some more attack menu codeanmart
2016-02-21Replace hardcoded constants and clean updannye
2016-02-20Disassembled Duel Attack Submenuanmart
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
2016-02-09Provided labels for various dataanmart
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
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
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