summaryrefslogtreecommitdiff
path: root/tools/script_extractor.py
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2019-10-28 17:25:50 -0400
committerAndrew Martinek <andrewrmartinek@gmail.com>2019-10-28 17:25:50 -0400
commit3f99d5555ce7b8a2467aef9d24d7192f993343d9 (patch)
treea2e401c6017bdfd2e51e4eedc04386ecf11df275 /tools/script_extractor.py
parente58e93fdb14173ae7a9edcd782f70fe67402c42f (diff)
extracted a lot of challenge hall scripts
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r--tools/script_extractor.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py
index ad91ae5..18d5908 100644
--- a/tools/script_extractor.py
+++ b/tools/script_extractor.py
@@ -185,7 +185,7 @@ def createList(): # this is a func just so all this can go at the bottom
("Func_cda8", "bbbb", DO_NOT_QUIT),
("OWScript_PrintTextQuitFully", "t", QUIT_SPECIAL),
("Func_cdcb", "", DO_NOT_QUIT),
- ("OWScript_MoveActiveNPCByDirection", "bb", DO_NOT_QUIT),
+ ("OWScript_MoveActiveNPCByDirection", "w", DO_NOT_QUIT),
("OWScript_CloseTextBox", "", DO_NOT_QUIT),
("OWScript_GiveBoosterPacks", "bbb", DO_NOT_QUIT),
("Func_cf0c", "bj", DO_NOT_QUIT), # more complex behavior too (jumping)
@@ -208,10 +208,10 @@ def createList(): # this is a func just so all this can go at the bottom
("OWScript_MovePlayer", "db", DO_NOT_QUIT),
("OWScript_ShowCardReceivedScreen", "b", DO_NOT_QUIT),
("OWScript_SetDialogName", "b", DO_NOT_QUIT),
- ("OWScript_SetNextNPCandOWSequence", "bw", DO_NOT_QUIT),
+ ("OWScript_SetNextNPCandOWSequence", "bj", DO_NOT_QUIT),
("Func_d095", "bbb", DO_NOT_QUIT),
("Func_d0be", "bb", DO_NOT_QUIT),
- ("OWScript_DoFrames", "b", DO_NOT_QUIT),
+ ("OWScript_DoFrames", "i", DO_NOT_QUIT),
("Func_d0d9", "bbw", DO_NOT_QUIT), # jumps but still needs args
("OWScript_JumpIfPlayerCoordMatches", "iij", DO_NOT_QUIT), # jumps but still needs args
("OWScript_MoveActiveNPC", "m", DO_NOT_QUIT),
@@ -219,22 +219,22 @@ def createList(): # this is a func just so all this can go at the bottom
("Func_d103", "q", DO_NOT_QUIT),
("Func_d125", "b", DO_NOT_QUIT),
("Func_d135", "b", DO_NOT_QUIT),
- ("Func_d16b", "q", DO_NOT_QUIT),
- ("Func_cd4f", "q", DO_NOT_QUIT),
+ ("Func_d16b", "b", DO_NOT_QUIT),
+ ("Func_cd4f", "bbb", DO_NOT_QUIT),
("Func_cd94", "q", DO_NOT_QUIT),
- ("Func_ce52", "q", DO_NOT_QUIT),
- ("Func_cdd8", "q", DO_NOT_QUIT),
- ("Func_cdf5", "q", DO_NOT_QUIT),
- ("Func_d195", "q", DO_NOT_QUIT),
+ ("OWScript_MoveWramNPC", "m", DO_NOT_QUIT),
+ ("Func_cdd8", "", DO_NOT_QUIT),
+ ("Func_cdf5", "bb", DO_NOT_QUIT),
+ ("Func_d195", "", DO_NOT_QUIT),
("Func_d1ad", "", DO_NOT_QUIT),
- ("Func_d1b3", "q", DO_NOT_QUIT),
+ ("Func_d1b3", "", DO_NOT_QUIT),
("OWScript_QuitScriptFully", "", QUIT_SPECIAL),
("Func_d244", "q", DO_NOT_QUIT),
("Func_d24c", "q", DO_NOT_QUIT),
("OWScript_OpenDeckMachine", "b", DO_NOT_QUIT),
("Func_d271", "q", DO_NOT_QUIT),
("OWScript_EnterMap", "bbood", DO_NOT_QUIT),
- ("OWScript_MoveArbitraryNPC", "bd", DO_NOT_QUIT),
+ ("OWScript_MoveArbitraryNPC", "bm", DO_NOT_QUIT),
("Func_d209", "", DO_NOT_QUIT),
("Func_d38f", "b", DO_NOT_QUIT),
("Func_d396", "b", DO_NOT_QUIT),