summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-07Disassemble 1c8ef ~ 1cac5jidoc01
2019-10-07Add new wram variablesjidoc01
Added wd42b and wd4bf.
2019-10-07Rename wd422 to wTempAnimationjidoc01
This wram variable stores an animation to play.
2019-10-07Clean up codes in animationjidoc01
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-07Remove tabs for readabilityjidoc01
2019-10-07Replace 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-01Analyze animation data & Add animation constantsjidoc01
Analyzed data structure for animation, and formatted data in "move_animations.asm". But still needs analysis on which effect using which code.
2019-09-27Disassemble move animation datajidoc01
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-27Rename wcfe3jidoc01
2019-09-27Finish Func_1866jidoc01
2019-09-10Merge pull request #59 from jidoc01/masterxCrystal
On OpenGlossaryScreen
2019-09-01Disassemble some transition tablesjidoc01
One of them was misunderstood as a function.
2019-09-01On Func_89ae, and rename wce61jidoc01
2019-08-20Delete .vscode/xCrystal
2019-08-20Merge pull request #58 from ElectroDeoxys/masterxCrystal
Disassemble bank 5
2019-08-20Apply corretionsElectroDeoxys
2019-08-19Work on Func_16695ElectroDeoxys
2019-08-15On Func_89aejidoc01
2019-08-11Rename Func_8aa1jidoc01
2019-08-11Relocate transition macrojidoc01
The 'cursor_transition' macro is now used by different banks, which means that it's not a local macro. So I moved its definition into a macro file.
2019-08-11Update OpenGlossaryScreenjidoc01
2019-08-11Analyze transition table for glossary pagesjidoc01
2019-08-11Merge branch 'master' of https://github.com/pret/poketcgjidoc01
2019-08-11Reorganize duel constantsxCrystal
2019-08-11Constants for InPlayArea positions and some useful clarificationsxCrystal
2019-08-11Consolidate label format in bank6xCrystal
2019-08-11Minor bank6 clean upxCrystal
2019-08-11Fix #52 post-merge build issuesxCrystal
2019-08-10Disassemble Func_16695ElectroDeoxys
2019-08-10Disassemble Func_174f2ElectroDeoxys
2019-08-10Label Func_164e8ElectroDeoxys
2019-08-10Functions related to Legendary Articuno deckElectroDeoxys
2019-08-10Merge branch 'master1'ElectroDeoxys
2019-08-10Merge remote-tracking branch 'origin/master' into master1ElectroDeoxys
2019-08-09Disassemble Func_164e8ElectroDeoxys
2019-08-07Identify wram labelsElectroDeoxys
2019-08-07Document Func_15d4fElectroDeoxys
2019-08-07Work on Func_14184ElectroDeoxys
2019-08-07Disassemble Func_15d4fElectroDeoxys
2019-08-07Document Func_15b72ElectroDeoxys
2019-08-07Disassemble functionsElectroDeoxys
2019-08-07Label Func_1433dElectroDeoxys
2019-08-07Document Func_15eaeElectroDeoxys
2019-08-07Label energy flags functions & constantsElectroDeoxys
2019-08-07Correct SubstractHPFromCard labelElectroDeoxys
2019-08-07Document Func_15f4cElectroDeoxys
2019-08-07Fix errors and labelElectroDeoxys
2019-08-07Clean up and more functionsElectroDeoxys
2019-08-07Label wAIScoreElectroDeoxys
2019-08-07Disassemble and label Func_16120ElectroDeoxys