summaryrefslogtreecommitdiff
path: root/src/engine/bank20.asm
AgeCommit message (Collapse)Author
2021-09-28Split graphics data from bank 20ElectroDeoxys
2021-06-12Add sprite animation constantsdannye
and rename more misc wram labels
2021-06-11Fix typosdannye
2021-06-06Remove some redundant address commentsdannye
2021-06-05Fix comments about unused/unreferenced labelsdannye
2021-06-05Finish bank04dannye
2021-05-21Separate sequence stuff into their own filesElectroDeoxys
2021-05-20Start Menu disasmElectroDeoxys
2021-02-20Disassemble and label some printer functionsElectroDeoxys
2021-02-20Rename unknown tilemapsElectroDeoxys
2021-02-20Label unknown tilemapsElectroDeoxys
2021-02-20Map event tilemapsElectroDeoxys
2021-02-19Finish disassembling bank 0ElectroDeoxys
2021-02-18Standardise title screen gfx labelsElectroDeoxys
2021-02-18Fix typosElectroDeoxys
2021-02-18Label data, split map tiles and permissionsElectroDeoxys
2021-02-18Document bank20 routinesElectroDeoxys
2021-02-18Label permission map loading routinesElectroDeoxys
2021-02-18Merge https://github.com/pret/poketcgElectroDeoxys
2021-02-17Improve decompression documentationElectroDeoxys
2021-02-16Manually declare the 00 paddingdannye
instead of manually declaring the ff padding
2021-02-16Small fixesElectroDeoxys
2021-02-16Fix some labelsElectroDeoxys
2021-02-16Merge https://github.com/pret/poketcgElectroDeoxys
2021-02-16Label SGB map palettesElectroDeoxys
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-14Disassemble scene datadannye
still a WIP
2021-02-13Merge branch 'master' of https://github.com/pret/poketcgdannye
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-06Rename event flags to event varsdannye
2021-02-03Extract remaining gfx dataElectroDeoxys
2021-02-03Create palette constants and separate animations into own fileElectroDeoxys
2021-02-03Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgElectroDeoxys
2021-02-02Document duel animation playing routinesElectroDeoxys
2021-01-06Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-01-04Convert to rgb values, apply misc fixesElectroDeoxys
2021-01-04Add labels for some addressesdannye
2020-12-27Label and document shuffling animationElectroDeoxys
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-06Merge branch 'master' into rgbdsAroymart