Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | Added some AI related constants | ElectroDeoxys | |
2019-11-14 | Merge pull request #62 from jidoc01/master | Aroymart | |
Disassemble bank 6, 7 (Animation Procedure) | |||
2019-10-07 | Clean up codes in animation | jidoc01 | |
Now I will use only a tab(no 4 spaces) when a new line initiates a instruction or a macro. And for code alignment, I will use spaces(no tabs) between code and operands. Even though you could see aligned codes just with tabs in editors, some of environments, like a web, print them in various ways. | |||
2019-10-07 | Replace spaces with tabs, and ani_ with anim_ | jidoc01 | |
For code readability, removed spaces, and added tabs. And the prefix 'ani' in macro name was changed to 'anim', as the latter seems more usual. | |||
2019-10-01 | Analyze animation data & Add animation constants | jidoc01 | |
Analyzed data structure for animation, and formatted data in "move_animations.asm". But still needs analysis on which effect using which code. | |||
2019-09-27 | Disassemble move animation data | jidoc01 | |
The disassembled data is pretty huge, so I moved it into a new separated file(data/move_animations.asm). I've just named the data labels in a simple way, and it's needed to rename them depending on their corresponding move names. | |||
2019-09-10 | Fix move flag constants and some card constants | ElectroDeoxys | |
2019-09-07 | Add constants for CheckLoadedMoveFlag | ElectroDeoxys | |
2019-07-21 | Effect command constants and documentation | xCrystal | |
2019-07-21 | More progress related to move effects | xCrystal | |
2018-07-22 | home.asm clean up - part 1 | xCrystal | |
2018-07-21 | More hw constants and various clean up/documentation | xCrystal | |
2018-06-30 | Rename 'Kind' labels (issue #36) | xCrystal | |
2018-02-26 | Finish documenting booster packs and wFlushPaletteFlags constants | xCrystal | |
2018-02-20 | A few text labels | xCrystal | |
2018-02-16 | all permissions 755 -> 644 | xCrystal | |
2018-02-15 | Style | xCrystal | |
2018-02-10 | Refractor/rearrange some macros | xCrystal | |
2018-02-08 | Misc formatting and labeling | xCrystal | |
2018-02-08 | Move booster pack data to data/ | xCrystal | |
2018-02-07 | More accurate card type constants | xCrystal | |
2018-02-07 | Use const to enumerate constants | xCrystal | |
2018-02-07 | More home disasm and misc | xCrystal | |
2018-02-07 | More home disassembly | xCrystal | |
2018-02-06 | Fix redundant file names in src/data/ | xCrystal | |
2016-09-18 | more move effects | xCrystal | |
2016-09-18 | more type $03 effects | xCrystal | |
2016-09-18 | Foul Odor and Stiffen effects | xCrystal | |
2016-09-17 | Acid effect and CheckNoDamageOrEffect | xCrystal | |
2016-09-17 | unknown2 param of move struct is actually its animation | xCrystal | |
2016-07-29 | Began Disassembling Scripting system and AI. | Andrew Martinek | |
2016-06-09 | disassembled overworld interaction code and a lot of relevant routines. Also ↵ | Andrew Martinek | |
ripped a data table and a couple pointer tables. | |||
2016-03-05 | figure out substatus duelvars | xCrystal | |
ex can't attack status | |||
2016-03-05 | start dissasembling move effect functions | xCrystal | |
and plenty of other duel related stuff | |||
2016-03-04 | correct some text labels with multiple meanings | xCrystal | |
2016-02-27 | Misc fixes | anmart | |
Labeled some things and fixed a few labels | |||
2016-02-21 | Replace hardcoded constants and clean up | dannye | |
2016-02-15 | lowercase hex | xCrystal | |
2016-02-15 | Replace a few static addresses | dannye | |
2016-01-27 | EOLs Windows->UNIX | dannye | |
2016-01-26 | Clean up white space | dannye | |
2016-01-26 | Clean up move effect flags | dannye | |
use generic constant names for unnamed flags, so that if they are named in the future, it will not be a chore | |||
2016-01-26 | Rename deck name text strings | dannye | |
2016-01-25 | card effect commands labels | xCrystal | |
2016-01-20 | more card data documentation | xCrystal | |
2016-01-17 | Generalize to "effect commands", even for trainer cards, to avoid confusion | xCrystal | |
2016-01-17 | disassemble GetCardPointer (0:2f7c) | xCrystal | |
2016-01-17 | dissasemble 2fcb-302c | xCrystal | |
2016-01-16 | some label/commentary corrections | xCrystal | |
2016-01-16 | accidentally messed up the commentary | xCrystal | |