summaryrefslogtreecommitdiff
path: root/src/macros
AgeCommit message (Collapse)Author
2021-10-29Clean up charmapsdannye
and text macros
2021-10-10Merge from pret:masterElectroDeoxys
2021-10-10Split bank 3dannye
2021-09-27Split part of bank 7ElectroDeoxys
2021-06-12Add sprite animation constantsdannye
and rename more misc wram labels
2021-06-11Normalize line endingsdannye
2021-06-05baserom is no longer requireddannye
2021-05-21Separate sequence stuff into their own filesElectroDeoxys
2021-05-21Extract Credits sequenceElectroDeoxys
2021-05-20Create opening sequence macrosElectroDeoxys
2021-05-17NPC functions disasm and documentingElectroDeoxys
2021-05-03Document/label bank2 and WRAM related stuff, add menu related constantsElectroDeoxys
2021-02-20Map event tilemapsElectroDeoxys
2021-02-16Manually declare the 00 paddingdannye
instead of manually declaring the ff padding
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-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-02Identify Duel Animation structsElectroDeoxys
2021-01-19Rename all event constantsdannye
2021-01-17Improve some labels in bank 3dannye
2021-01-16Rename move_wram_npc to move_challenge_hall_npcdannye
2021-01-16Fix script command 0x17 argument listdannye
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-10Add Script_Samdannye
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
2021-01-04Fix file modesdannye
2021-01-03Merge pull request #89 from dannye/masterDaniel Harding
Document remaining music commands
2020-12-31Document remaining music commandsdannye
and remaining audio engine incbins
2020-12-30Fixed small typosAndrew Martinek
2020-12-30Added documentation and fixed some small issuesAndrew Martinek
2020-12-29add various requested changesAndrew Martinek
2020-12-24Identify and unpack frame animation dataElectroDeoxys
2020-12-24Initial disasm of banks 7 and 20ElectroDeoxys
2020-12-20Fixed some whitespace issuesAndrew Martinek
2020-12-20Merge in master (and update some macros)Andrew Martinek
2020-12-20Finished all known commands before pulling from main againAndrew Martinek
2020-12-20more macros createdAndrew Martinek
2020-12-20No more '+ -x'dannye
it was only needed because of a very old rgbds bug
2020-12-20Merge branch 'master' of https://github.com/pret/poketcgdannye
2020-12-20Added more scripts, fixed some spacing, renamed some scriptsAndrew Martinek
2020-12-19Added more macros, changed the name of a coupleAndrew Martinek
2020-12-18Created macros for a few more script commandsAndrew Martinek