Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | AI Professor Oak routines | ElectroDeoxys | |
2020-04-14 | AI Pokemon Breeder routines | ElectroDeoxys | |
2020-04-14 | Finish AI Energy Removal routines | ElectroDeoxys | |
2019-12-31 | Disassemble AI Energy Removal routines | ElectroDeoxys | |
2019-12-30 | Disassemble AI Bill routines | ElectroDeoxys | |
2019-12-30 | Disassemble AI Gust Of Wind routines | ElectroDeoxys | |
2019-12-30 | Document Switch AI routines | ElectroDeoxys | |
2019-12-30 | Merge branch 'master' of https://github.com/pret/poketcg | ElectroDeoxys | |
2019-12-30 | Merge https://github.com/ElectroDeoxys/poketcg | ElectroDeoxys | |
2019-12-30 | Disassembe Switch AI routines | ElectroDeoxys | |
2019-11-14 | Merge pull request #62 from jidoc01/master | Aroymart | |
Disassemble bank 6, 7 (Animation Procedure) | |||
2019-11-14 | minor formatting changes | Andrew Martinek | |
2019-11-14 | minor formatting changes | Andrew Martinek | |
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-20 | Document Pluspower AI routines | ElectroDeoxys | |
2019-09-19 | Disassemble Pluspower AI routines | ElectroDeoxys | |
2019-09-18 | Defender AI functions | ElectroDeoxys | |
2019-09-18 | Document AIPlaySuperPotion helper routines | ElectroDeoxys | |
2019-09-18 | Merge https://github.com/ElectroDeoxys/poketcg | ElectroDeoxys | |
2019-09-18 | Merge branch 'master' of https://github.com/pret/poketcg | ElectroDeoxys | |
2019-09-17 | Disassemble CheckEnergyNeededForAttackAfterDiscard | ElectroDeoxys | |
2019-09-16 | Update src/engine/bank01.asm | ElectroDeoxys | |
Co-Authored-By: Andrew <andrewrmartinek@gmail.com> | |||
2019-09-16 | Disassemble asm_203c8 | ElectroDeoxys | |
2019-09-16 | Work on AIPlaySuperPotion | ElectroDeoxys | |
2019-09-16 | Disassemble AIPlaySuperPotion | ElectroDeoxys | |
2019-09-16 | More AI Super Potion routines | ElectroDeoxys | |
2019-09-16 | Work on AI Super Potion routines | ElectroDeoxys | |
2019-09-16 | More AI Potion routines | ElectroDeoxys | |
2019-09-15 | Disassemble Func_20204 | ElectroDeoxys | |
2019-09-15 | Document AI Potion routines | ElectroDeoxys | |
2019-09-15 | Disassemble Func_169ca | ElectroDeoxys | |
2019-09-15 | Disassemble bank 8 | ElectroDeoxys | |
2019-09-15 | List out data in bank 8 | ElectroDeoxys | |
2019-09-15 | Disassemble Func_1743b | ElectroDeoxys | |
2019-09-15 | Work on Func_200e5 | ElectroDeoxys | |
2019-09-14 | Document CheckWhetherToSwitchToFirstAttack | ElectroDeoxys | |
2019-09-14 | Document more GetAIScoreOfMove | ElectroDeoxys | |
2019-09-14 | Finish AITryToPlayEnergyCard | ElectroDeoxys | |
2019-09-12 | Document CheckSpecificDecksToAttachDoubleColorless | ElectroDeoxys | |
2019-09-12 | Disassemble Func_1683b | ElectroDeoxys | |
2019-09-12 | Document CheckIfEvolutionNeedsEnergyForMove | ElectroDeoxys | |