summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-02Enumerate all event var valuesdannye
2021-02-02Merge pull request #93 from ElectroDeoxys/animsDaniel Harding
Duel animations stuff
2021-02-03Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgElectroDeoxys
2021-02-02More animation-related functionsElectroDeoxys
2021-02-02Document screen animationsElectroDeoxys
2021-02-02Document duel animation playing routinesElectroDeoxys
2021-02-02Identify Duel Animation structsElectroDeoxys
2021-01-20Merge pull request #90 from dannye/masterDaniel Harding
Scripts and labels
2021-01-19Rename all event constantsdannye
2021-01-17Improve some labels in bank 3dannye
2021-01-16Disassemble the rest of bank 3dannye
2021-01-16Disassemble remaining map events and npc preload routinesdannye
2021-01-16Rename move_wram_npc to move_challenge_hall_npcdannye
2021-01-16Fix script command 0x17 argument listdannye
2021-01-16Dump all overworld scriptsdannye
2021-01-16Create macros for remaining script commandsdannye
2021-01-16Rename some script commandsdannye
like print_text_string -> print_npc_text etc, and change instances of 'battle' to 'duel'
2021-01-15Detect and fix unreachable local labels in script_extractor2dannye
2021-01-14Use real text labels and script labels in script_extractor2dannye
2021-01-14Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-01-14Merge pull request #91 from ElectroDeoxys/animsDaniel Harding
Anims
2021-01-14Merge pull request #88 from SailorMoonFan01/masterDaniel Harding
More disassembling on engine/bank01
2021-01-13More misc attack animationsElectroDeoxys
2021-01-13Identify duel animationsElectroDeoxys
2021-01-13Identify attack animationsElectroDeoxys
2021-01-12Add --ignore-errors to script_extractor2dannye
most useful when parsing many starting addresses at once and wanting to get as much valid output as possible
2021-01-11Delete gfx.exeSailorMoonFan01
2021-01-11Delete scan_includes.exeSailorMoonFan01
2021-01-10Add npc movement jump commanddannye
and add $ff deck id value
2021-01-10Use more automatic constants in script_extractor2dannye
2021-01-10Add new script extractordannye
2021-01-10Add Script_Samdannye
2021-01-07Fixed some thingspinksylveon
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-04Replaced with LOW constantpinksylveon
2021-01-04Replaced another hexadecimal bytepinksylveon
2021-01-04Replaced hexadecimal byte with constantpinksylveon
2021-01-04Fixed some thingspinksylveon
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