diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-25 19:41:50 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-25 19:41:50 -0400 |
commit | e58e93fdb14173ae7a9edcd782f70fe67402c42f (patch) | |
tree | 91ba1492ffe671b0e7da87e7bb63b6e366e168dd /tools/script_extractor.py | |
parent | 2a3071d3fec01901f5e0122d47072495bcf54945 (diff) |
a bit more scripting stuff, figured out more npc data
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r-- | tools/script_extractor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py index 69d4ccd..ad91ae5 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), - ("Func_ce26", "bb", DO_NOT_QUIT), + ("OWScript_MoveActiveNPCByDirection", "bb", 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) @@ -234,7 +234,7 @@ def createList(): # this is a func just so all this can go at the bottom ("OWScript_OpenDeckMachine", "b", DO_NOT_QUIT), ("Func_d271", "q", DO_NOT_QUIT), ("OWScript_EnterMap", "bbood", DO_NOT_QUIT), - ("Func_ce6f", "bd", DO_NOT_QUIT), + ("OWScript_MoveArbitraryNPC", "bd", DO_NOT_QUIT), ("Func_d209", "", DO_NOT_QUIT), ("Func_d38f", "b", DO_NOT_QUIT), ("Func_d396", "b", DO_NOT_QUIT), |