Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | AI Mr Fuji routines | ElectroDeoxys | |
2020-04-15 | AI Full Heal routines | ElectroDeoxys | |
2020-04-15 | AI Pokedex routines | ElectroDeoxys | |
2020-04-15 | AI Energy Search routines | ElectroDeoxys | |
2020-04-15 | AI Imposter Professor Oak routines | ElectroDeoxys | |
2020-04-15 | AI Pokemon Center routines | ElectroDeoxys | |
2020-04-15 | AI Super Energy Retrieval routines | ElectroDeoxys | |
2020-04-15 | AI Energy Retrieval routines | ElectroDeoxys | |
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-29 | Finished extracting Challenge Hall scripts | Andrew Martinek | |
2019-10-28 | extracted a lot of challenge hall scripts | Andrew Martinek | |
2019-10-25 | a bit more scripting stuff, figured out more npc data | Andrew Martinek | |
2019-10-24 | Uncovered NPC Movement and named OWObjects | Andrew Martinek | |
2019-10-13 | More scripts, start to figure out mapscripts | Andrew Martinek | |
2019-10-08 | Created python script to calculate progress and documented some scripts | 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-06 | Fixed a few macros that were giving weird code. Updated tcgdisasm | Andrew Martinek | |
2019-10-06 | Uncovered a lot of NPC map data and loading functions. | Andrew Martinek | |
2019-10-03 | Ronald scripts and overworld data routines. Also made script extractor better | Andrew Martinek | |
2019-10-02 | layout another NPC script, make some assumptions about flags | Andrew Martinek | |
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-23 | Fix style, remove excess comments | Andrew Martinek | |
2019-09-23 | Fleshed out flags a lot | Andrew Martinek | |
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 | |