summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
AgeCommit message (Collapse)Author
2021-09-09Split home bankElectroDeoxys
2021-06-13Fix hard-coded address to SwitchToBankAtSPdannye
2021-06-12Add sprite animation constantsdannye
and rename more misc wram labels
2021-06-11Rename misc wram labelsdannye
2021-06-11Fix typosdannye
2021-06-07Split bank 8ElectroDeoxys
2021-06-05Merge https://github.com/pret/poketcg into tempElectroDeoxys
2021-06-05Finish Bank 6ElectroDeoxys
2021-06-04Disassemble the challenge machinedannye
2021-05-30Finish bank01dannye
2021-05-20Start Menu disasmElectroDeoxys
2021-05-17Labeling save functionsElectroDeoxys
2021-05-17NPC functions disasm and documentingElectroDeoxys
2021-04-17Document HandlePeekSelectionElectroDeoxys
2021-04-15Disassemble referenced functions in bank 2ElectroDeoxys
2021-04-02Finish disassembling bankElectroDeoxys
2021-02-22Disassemble and document Card Pop! functionsElectroDeoxys
2021-02-20Disassemble and label some printer functionsElectroDeoxys
2021-02-20Extract duel configuration data, and label duel testing routineElectroDeoxys
2021-02-18Merge https://github.com/pret/poketcgElectroDeoxys
2021-02-18Extract compressed dataElectroDeoxys
2021-02-17Improve decompression documentationElectroDeoxys
2021-02-16Manually declare the 00 paddingdannye
instead of manually declaring the ff padding
2021-02-16Merge https://github.com/pret/poketcgElectroDeoxys
2021-02-15Document overworld map player sprite auto movement routinesdannye
2021-02-15Label and document OW frame dataElectroDeoxys
2021-02-15Rename wBGMapBuffer to wDecompressionBufferdannye
and update routine names accordingly
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-13Label Tilemap dataElectroDeoxys
2021-02-12Disassemble tileset dataElectroDeoxys
2021-02-08Document BG Map decompression stuffElectroDeoxys
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-03Change all references of "move" to "attack"ElectroDeoxys
2021-02-02Enumerate all event var valuesdannye
2021-02-03Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgElectroDeoxys
2021-02-02More animation-related functionsElectroDeoxys
2021-02-02Document duel animation playing routinesElectroDeoxys
2021-02-02Identify Duel Animation structsElectroDeoxys
2021-01-19Rename all event constantsdannye
2021-01-17Improve some labels in bank 3dannye
2021-01-14Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-01-13More misc attack animationsElectroDeoxys
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