Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-07 | Disassemble 1c8ef ~ 1cac5 | jidoc01 | |
2019-10-07 | Add new wram variables | jidoc01 | |
Added wd42b and wd4bf. | |||
2019-10-07 | Rename wd422 to wTempAnimation | jidoc01 | |
This wram variable stores an animation to play. | |||
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 | Remove tabs for readability | jidoc01 | |
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-27 | Rename wcfe3 | jidoc01 | |
2019-09-27 | Finish Func_1866 | jidoc01 | |
2019-09-10 | Merge pull request #59 from jidoc01/master | xCrystal | |
On OpenGlossaryScreen | |||
2019-09-01 | Disassemble some transition tables | jidoc01 | |
One of them was misunderstood as a function. | |||
2019-09-01 | On Func_89ae, and rename wce61 | jidoc01 | |
2019-08-20 | Delete .vscode/ | xCrystal | |
2019-08-20 | Merge pull request #58 from ElectroDeoxys/master | xCrystal | |
Disassemble bank 5 | |||
2019-08-20 | Apply corretions | ElectroDeoxys | |
2019-08-19 | Work on Func_16695 | ElectroDeoxys | |
2019-08-15 | On Func_89ae | jidoc01 | |
2019-08-11 | Rename Func_8aa1 | jidoc01 | |
2019-08-11 | Relocate transition macro | jidoc01 | |
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-11 | Update OpenGlossaryScreen | jidoc01 | |
2019-08-11 | Analyze transition table for glossary pages | jidoc01 | |
2019-08-11 | Merge branch 'master' of https://github.com/pret/poketcg | jidoc01 | |
2019-08-11 | Reorganize duel constants | xCrystal | |
2019-08-11 | Constants for InPlayArea positions and some useful clarifications | xCrystal | |
2019-08-11 | Consolidate label format in bank6 | xCrystal | |
2019-08-11 | Minor bank6 clean up | xCrystal | |
2019-08-11 | Fix #52 post-merge build issues | xCrystal | |
2019-08-10 | Disassemble Func_16695 | ElectroDeoxys | |
2019-08-10 | Disassemble Func_174f2 | ElectroDeoxys | |
2019-08-10 | Label Func_164e8 | ElectroDeoxys | |
2019-08-10 | Functions related to Legendary Articuno deck | ElectroDeoxys | |
2019-08-10 | Merge branch 'master1' | ElectroDeoxys | |
2019-08-10 | Merge remote-tracking branch 'origin/master' into master1 | ElectroDeoxys | |
2019-08-09 | Disassemble Func_164e8 | ElectroDeoxys | |
2019-08-07 | Identify wram labels | ElectroDeoxys | |
2019-08-07 | Document Func_15d4f | ElectroDeoxys | |
2019-08-07 | Work on Func_14184 | ElectroDeoxys | |
2019-08-07 | Disassemble Func_15d4f | ElectroDeoxys | |
2019-08-07 | Document Func_15b72 | ElectroDeoxys | |
2019-08-07 | Disassemble functions | ElectroDeoxys | |
2019-08-07 | Label Func_1433d | ElectroDeoxys | |
2019-08-07 | Document Func_15eae | ElectroDeoxys | |
2019-08-07 | Label energy flags functions & constants | ElectroDeoxys | |
2019-08-07 | Correct SubstractHPFromCard label | ElectroDeoxys | |
2019-08-07 | Document Func_15f4c | ElectroDeoxys | |
2019-08-07 | Fix errors and label | ElectroDeoxys | |
2019-08-07 | Clean up and more functions | ElectroDeoxys | |
2019-08-07 | Label wAIScore | ElectroDeoxys | |
2019-08-07 | Disassemble and label Func_16120 | ElectroDeoxys | |