diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
commit | 518e7d399cd69b3775226f0ed5b7921e92f05c64 (patch) | |
tree | 0e31470be75ba9565ea3465130bfcfa041056359 /tools/constants.py | |
parent | 09ac45cb24b6182ba4e6bc2dc3c71e205a652d37 (diff) |
Rename some script commands
like print_text_string -> print_npc_text etc, and change instances of 'battle' to 'duel'
Diffstat (limited to 'tools/constants.py')
-rw-r--r-- | tools/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/constants.py b/tools/constants.py index ee3069e..a891d96 100644 --- a/tools/constants.py +++ b/tools/constants.py @@ -332,7 +332,7 @@ events = [ "EVENT_FLAG_00", "EVENT_FLAG_01", "EVENT_TEMP_TALKED_TO_IMAKUNI", - "EVENT_TEMP_BATTLED_IMAKUNI", + "EVENT_TEMP_DUELED_IMAKUNI", "EVENT_FLAG_04", "EVENT_FLAG_05", "EVENT_FLAG_06", |