diff options
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": [] }, |