diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 14:20:28 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 14:20:28 -0600 |
commit | 953f8d2e7a04846e5ce7a63c06b06476b6c5610e (patch) | |
tree | 8f6704cfe10dd1b7451786b998dd4ff0a0f7d3f5 /tools/script_extractor2.py | |
parent | 5ca3f85df5cd0601f810797ee19a5086a0bf24c1 (diff) |
Rename move_wram_npc to move_challenge_hall_npc
Diffstat (limited to 'tools/script_extractor2.py')
-rwxr-xr-x | tools/script_extractor2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor2.py b/tools/script_extractor2.py index 912c16d..db9dd3c 100755 --- a/tools/script_extractor2.py +++ b/tools/script_extractor2.py @@ -71,7 +71,7 @@ script_commands = { 0x2c: { "name": "load_active_npc_name_into_txram_slot", "params": [ "byte" ] }, 0x2d: { "name": "start_challenge_hall_duel", "params": [ "prizes", "deck", "song" ] }, 0x2e: { "name": "print_text_for_challenge_cup", "params": [ "text", "text", "text" ] }, - 0x2f: { "name": "move_wram_npc", "params": [ "movement" ] }, + 0x2f: { "name": "move_challenge_hall_npc", "params": [ "movement" ] }, 0x30: { "name": "unload_challenge_hall_npc", "params": [] }, 0x31: { "name": "set_challenge_hall_npc_coords", "params": [ "byte_decimal", "byte_decimal" ] }, 0x32: { "name": "pick_challenge_hall_opponent", "params": [] }, |