summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-15Label and document OW frame dataElectroDeoxys
2021-02-15Rename wBGMapBuffer to wDecompressionBufferdannye
and update routine names accordingly
2021-02-15Rename some tilemap/tileset constantsdannye
2021-02-15Extract data from bank 20ElectroDeoxys
2021-02-14Some SGB packet stuff for scene loadingdannye
2021-02-14Disassemble scene datadannye
still a WIP
2021-02-13Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-02-13Document some overworld map stuffdannye
and label some wram addresses used by script commands
2021-02-13Merge pull request #95 from ElectroDeoxys/animsDaniel Harding
More graphics disassembling
2021-02-13Remove extra white spaceElectroDeoxys
2021-02-13Label Tilemap dataElectroDeoxys
2021-02-13Label Tilemap dataElectroDeoxys
2021-02-12Disassemble tileset dataElectroDeoxys
2021-02-08Extract BG Map dataElectroDeoxys
2021-02-08Document BG Map decompression stuffElectroDeoxys
2021-02-07Add alias test macros for jumps with NULL destinationdannye
2021-02-07Separate true/false checks from nonzero/zero checksdannye
2021-02-07Rename jump_if_event_not_less_than to jump_if_event_greater_or_equaldannye
2021-02-06Rename event flags to event varsdannye
2021-02-03Merge pull request #94 from ElectroDeoxys/masterDaniel Harding
Consolidate "move" and "attack"
2021-02-03Extract remaining gfx dataElectroDeoxys
2021-02-03Create palette constants and separate animations into own fileElectroDeoxys
2021-02-03Merge https://github.com/ElectroDeoxys/poketcgElectroDeoxys
2021-02-03Change all references of "move" to "attack"ElectroDeoxys
2021-02-03Change all references of "move" to "attack"ElectroDeoxys
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