summaryrefslogtreecommitdiff
path: root/src/constants
AgeCommit message (Expand)Author
2016-09-17wNoDamageOrEffect constantsxCrystal
2016-08-11Remove run_scriptxdannye
2016-08-11Replace tabs with spacesdannye
2016-07-29FormattingAndrew Martinek
2016-07-29Began Disassembling Scripting system and AI.Andrew Martinek
2016-06-13Added a basic overworld scripting system to help disassemble scripts.anmart
2016-05-21rename text macro to textpointer and text/line/done for better text readabilityxCrystal
2016-03-30Disassembled Booster Generation Code. Also created SRAM file.Andrew Martinek
2016-03-07disassemble GetAttachedEnergies and HandleEnergyBurnxCrystal
2016-03-06temp card id addresses and some status handling functionsxCrystal
2016-03-06wMoveBuffer and wDamagexCrystal
2016-03-05figure out substatus duelvarsxCrystal
2016-03-05no need for CARD_ prefix in status constantsxCrystal
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-22disassembled some more attack menu codeanmart
2016-02-21Replace hardcoded constants and clean updannye
2016-02-20Disassembled Duel Attack Submenuanmart
2016-02-16Misc home disassemblydannye
2016-02-16duel state constants and DUELVAR->DUELVARSxCrystal
2016-02-16define duelvar constantsxCrystal
2016-02-16merge set_constants into card_data_constantsxCrystal
2016-02-09Made player_turn and opponent_turn values more clearanmart
2016-02-09Provided labels for various dataanmart
2016-01-26Clean up white spacedannye
2016-01-26Clean up move effect flagsdannye
2016-01-25duel related labels/documentation 3xCrystal
2016-01-25duel related labels/documentation 1xCrystal
2016-01-20more card data documentationxCrystal
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-16player and opponent card data in wramxCrystal
2016-01-16document more card fields: move effect statusxCrystal
2016-01-16document more card fields: move effect categoryxCrystal
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019