summaryrefslogtreecommitdiff
path: root/src/engine/bank20.asm
AgeCommit message (Expand)Author
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
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
2021-02-15Rename some tilemap/tileset constantsdannye
2021-02-15Extract data from bank 20ElectroDeoxys
2021-02-14Disassemble scene datadannye
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
2020-11-14Trim some address commentsdannye
2020-11-14Fix rgbds v0.4.1 warningsdannye
2020-06-06uncover sprite animation system and data formatsAndrew
2019-10-24Uncovered NPC Movement and named OWObjectsAndrew Martinek
2019-10-06Uncovered a lot of NPC map data and loading functions.Andrew Martinek
2019-09-23Fix style, remove excess commentsAndrew Martinek