summaryrefslogtreecommitdiff
path: root/src/engine/bank03.asm
AgeCommit message (Collapse)Author
2021-10-10Split bank 3dannye
2021-06-12Add sprite animation constantsdannye
and rename more misc wram labels
2021-06-11Rename misc wram labelsdannye
2021-06-11Fix typosdannye
2021-06-06Remove some redundant address commentsdannye
2021-06-05Finish bank04dannye
2021-06-04Disassemble the challenge machinedannye
2021-05-22StartMenu -> PauseMenuElectroDeoxys
2021-05-20Start Menu disasmElectroDeoxys
2021-05-17Labeling save functionsElectroDeoxys
2021-05-17NPC functions disasm and documentingElectroDeoxys
2021-05-11Auto Deck Machine functionalitiesElectroDeoxys
2021-05-08Document Card Album functionsElectroDeoxys
2021-05-07Document functions related to deck building screenElectroDeoxys
2021-05-03Document/label bank2 and WRAM related stuff, add menu related constantsElectroDeoxys
2021-04-15Disassemble referenced functions in bank 2ElectroDeoxys
2021-02-20Map event tilemapsElectroDeoxys
2021-02-19Finish disassembling bank 0ElectroDeoxys
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-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-15Extract data from bank 20ElectroDeoxys
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-08Document BG Map decompression stuffElectroDeoxys
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-02Enumerate all event var valuesdannye
2021-02-03Merge branch 'anims' of https://github.com/ElectroDeoxys/poketcgElectroDeoxys
2021-02-02Document duel animation playing routinesElectroDeoxys
2021-01-19Rename all event constantsdannye
2021-01-17Improve some labels in bank 3dannye
2021-01-16Disassemble the rest of bank 3dannye
2021-01-16Disassemble remaining map events and npc preload routinesdannye
2021-01-16Rename move_wram_npc to move_challenge_hall_npcdannye
2021-01-16Fix script command 0x17 argument listdannye
2021-01-16Dump all overworld scriptsdannye
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