Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | Add corrections | ElectroDeoxys | |
2020-04-18 | AI related constants and wram | ElectroDeoxys | |
2020-04-17 | Standardise AI routine names | ElectroDeoxys | |
2020-04-17 | AI Pokemon Trader routines | ElectroDeoxys | |
2020-04-17 | AI Computer Search routines | ElectroDeoxys | |
2020-04-16 | More AI Trainer routines | ElectroDeoxys | |
2020-04-16 | AI Lass and Item Finder routines | ElectroDeoxys | |
2020-04-16 | AI Maintenance and Recycle routines | ElectroDeoxys | |
2020-04-16 | AI Scoop Up routines | ElectroDeoxys | |
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-12-19 | Update Discord link. | luckytyphlosion | |
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 | Merge pull request #60 from ElectroDeoxys/master | Aroymart | |
Disassemble banks 5 and 8 (AI routines) | |||
2019-11-14 | minor formatting changes | Andrew Martinek | |
2019-10-29 | Updated tcgdisasm to include a few new stack macros | 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 | Updated script extractor to work with Movements | 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-09 | missed updated todo | Andrew Martinek | |
2019-10-09 | More features for progress.py, added better argparsing for both! | 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 | |