summaryrefslogtreecommitdiff
path: root/src/wram.asm
AgeCommit message (Collapse)Author
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-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-02Document screen animationsElectroDeoxys
2021-02-02Document duel animation playing routinesElectroDeoxys
2021-02-02Identify Duel Animation structsElectroDeoxys
2021-01-16Rename some script commandsdannye
like print_text_string -> print_npc_text etc, and change instances of 'battle' to 'duel'
2021-01-10Add Script_Samdannye
2021-01-06Merge branch 'master' of https://github.com/pret/poketcgdannye
2021-01-06Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgdannye
2021-01-04Add labels for some addressesdannye
2020-12-31Document remaining music commandsdannye
and remaining audio engine incbins
2020-12-26Work on animation-related WRAM and sprite IDsElectroDeoxys
2020-12-26Identify anim flags, restructure data and renames sprite constantsElectroDeoxys
2020-12-24Initial disasm of banks 7 and 20ElectroDeoxys
2020-12-20Fix typosdannye
2020-12-20Merge branch 'master' of https://github.com/pret/poketcgdannye
2020-12-20Merge pull request #80 from shealyrd/masterDaniel Harding
Multichoice Textboxes info
2020-12-20Merge branch 'master' of https://github.com/xCrystal/poketcgdannye
2020-12-20Change color to typeElectroDeoxys
2020-12-20Rename DUELVARS_ARENA_CARD_FLAGSElectroDeoxys
2020-12-16Colorless attack effectsElectroDeoxys
2020-12-16Lightning attack effectsElectroDeoxys
2020-12-16Psychic attack effectsElectroDeoxys
2020-12-16Disassemble Water effectsElectroDeoxys
2020-12-16Some effects and changed ChangedType to ChangedColorElectroDeoxys
2020-12-16Oddish Sprout effectElectroDeoxys
2020-12-16Zubat, Golbat and Venonat Leech Life effectsElectroDeoxys
2020-12-15adding wram union + fixing location commentE
2020-12-15Updating comments + finishing after tutorial battle scriptE
2020-12-15Misc progress related to duel effect functionsxCrystal
2020-12-14Fix some comment alignmentdannye
2020-12-14Clean up some address commentsdannye
2020-12-14Clean up whitespacedannye
2020-12-06Merge branch 'master' of https://github.com/pret/poketcg into rgbdsdannye
2020-12-06Merge branch 'master' of https://github.com/pret/poketcgdannye
2020-12-06Merge branch 'master' into rgbdsAroymart
2020-12-06Merge pull request #70 from anmart/masterAroymart
Uncover Sprite system from MapDataPointers
2020-12-05Merge branch 'master' of https://github.com/pret/poketcgdannye
2020-11-30Added constants for wrampinksylveon
2020-11-14Clean up white spacedannye
2020-06-06uncover sprite animation system and data formatsAndrew
2020-05-09Merge branch 'master' of https://github.com/pret/poketcgdannye
2020-05-09Merge branch 'master' into masterDaniel Harding
2020-05-09changed OWScript to ScriptCommand and OWSequence to ScriptAndrew Martinek