summaryrefslogtreecommitdiff
path: root/tools/script_extractor2.py
AgeCommit message (Collapse)Author
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-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-15Detect and fix unreachable local labels in script_extractor2dannye
2021-01-14Use real text labels and script labels in script_extractor2dannye
2021-01-12Add --ignore-errors to script_extractor2dannye
most useful when parsing many starting addresses at once and wanting to get as much valid output as possible
2021-01-10Add npc movement jump commanddannye
and add $ff deck id value
2021-01-10Use more automatic constants in script_extractor2dannye
2021-01-10Add new script extractordannye