summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-10Use more automatic constants in script_extractor2dannye
2021-01-10Add new script extractordannye
2021-01-10Add Script_Samdannye
2021-01-07Add Script_Tech1dannye
and fix play_song script command
2021-01-06Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-01-06Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgdannye
2021-01-06A few bank03 data tables and text labelsdannye
2021-01-05Add more labels for map/npc scriptsdannye
2021-01-05Document Palette structure and express OBP values in binaryElectroDeoxys
2021-01-04Convert to rgb values, apply misc fixesElectroDeoxys
2021-01-04Fix file modesdannye
2021-01-04Add labels for some addressesdannye
2021-01-03Rename some referenced text labelsdannye
2021-01-03Merge pull request #89 from dannye/masterDaniel Harding
Document remaining music commands
2020-12-31Address feedback from 614af97dannye
2020-12-31Ignore executables on Windowsdannye
2020-12-31Document remaining music commandsdannye
and remaining audio engine incbins
2020-12-30Merge pull request #84 from anmart/masterDaniel Harding
Created macros for all known script commands
2020-12-30Fixed small typosAndrew Martinek
2020-12-30Rename Music_MatchDrawdannye
2020-12-30Added documentation and fixed some small issuesAndrew Martinek
2020-12-29add various requested changesAndrew Martinek
2020-12-29Merge pull request #87 from ElectroDeoxys/effectsDaniel Harding
Finish up effect functions
2020-12-29Merge pull request #85 from ElectroDeoxys/masterDaniel Harding
Document bugs and glitches
2020-12-28Remove exe filesElectroDeoxys
2020-12-28Create new attack animation constantsElectroDeoxys
2020-12-28Identify some animations and coin toss functionElectroDeoxys
2020-12-27Define duel animations, move -> attackElectroDeoxys
2020-12-27Label and document shuffling animationElectroDeoxys
2020-12-26Work on animation-related WRAM and sprite IDsElectroDeoxys
2020-12-26Identify anim flags, restructure data and renames sprite constantsElectroDeoxys
2020-12-24Identify and unpack frame animation dataElectroDeoxys
2020-12-24Replace hardcoded gfx pointers to respective gfxElectroDeoxys
2020-12-24Extract Palette dataElectroDeoxys
2020-12-24Initial disasm of banks 7 and 20ElectroDeoxys
2020-12-24Finish up effect functionsElectroDeoxys
2020-12-21Update bugs_and_glitches.md with AI Shift bugElectroDeoxys
2020-12-21Document AI Shift bugElectroDeoxys
2020-12-21Document missing AI retreat score list pointersElectroDeoxys
2020-12-21Update DetermineAIScoreOfMoveEnergyRequirement bug descriptionElectroDeoxys
2020-12-21Update bugs_and_glitches.mdElectroDeoxys
2020-12-20Fixed some whitespace issuesAndrew Martinek
2020-12-20Merge in master (and update some macros)Andrew Martinek
2020-12-20Create bugs_and_glitches.mdElectroDeoxys
2020-12-20Finished all known commands before pulling from main againAndrew Martinek
2020-12-20more macros createdAndrew Martinek
2020-12-20Fix typosdannye
2020-12-20No more '+ -x'dannye
it was only needed because of a very old rgbds bug
2020-12-20Merge pull request #81 from dannye/masterDaniel Harding
Use rgbgfx instead of gfx.py
2020-12-20Merge branch 'master' of https://github.com/pret/poketcgdannye