isl: rename built-ins 8/9/93 to stopwatch_start/_elapsed/_stop
They are start / read / stop of one of 32 per-phase stopwatches, not flag operations. 123-127 keep timer_* -- that is the mission timer, five scalars at [phase+304..320], a different clock. Artefact check: 84 lines changed across 5 files and all 84 pair exactly with their old-name partners once column padding is normalised (0 removed lines without an old name, 0 added lines without a new one). data/isl-timers.txt reproduces the same 675/675, 11.2 % control, 82/1 and identical histograms, which is what shows the rename is cosmetic. Also withdraws a label from the previous commit: sub_8230C398 is NOT the message pump. It runs every frame but drains nothing -- a state machine on [0x828E1F8C] that only allocates, builds strings, looks up and PUSHES. And bus+8216 is weak evidence: sub_82254A08 is a generic map find with ~120 sites, and the key looked up is a pointer, not a tag. The open handle is now the ring buffer at bus+4, not bus+8216.
This commit is contained in:
@@ -30,7 +30,7 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x0033C8: 3 necessary condition(s)
|
||||
precond 0x002870 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002BC4 hp_pct_test(ADT101, 0) != 1
|
||||
precond 0x0031D8 read_freg(0) < 600
|
||||
precond 0x0031D8 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x00E0B4: 0 necessary condition(s)
|
||||
|
||||
@@ -40,7 +40,7 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 2 — END_PHASE at 0x012714: 10 necessary condition(s)
|
||||
precond 0x011814 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x011B70 read_freg(0) < 70
|
||||
precond 0x011B70 stopwatch_elapsed(0) < 70
|
||||
precond 0x011BC4 hp_pct_test(ADT201, 0) != 1
|
||||
precond 0x011C18 hp_pct_test(ADT202, 0) != 1
|
||||
precond 0x011C6C hp_pct_test(ADT203, 0) != 1
|
||||
@@ -52,8 +52,8 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 2 — END_PHASE at 0x012964: 3 necessary condition(s)
|
||||
precond 0x011814 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x011B70 read_freg(0) < 70
|
||||
precond 0x012774 read_freg(0) < 600
|
||||
precond 0x011B70 stopwatch_elapsed(0) < 70
|
||||
precond 0x012774 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — FORCE_END_PHASE at 0x01B828: 0 necessary condition(s)
|
||||
|
||||
@@ -87,7 +87,7 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x006010: 7 necessary condition(s)
|
||||
precond 0x004D70 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00523C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x005888 read_freg(0) <= 210
|
||||
precond 0x005888 stopwatch_elapsed(0) <= 210
|
||||
precond 0x0058DC hp_pct_test(ADT102, 0) != 1
|
||||
precond 0x005930 hp_pct_test(ADT107, 0) != 1
|
||||
precond 0x005984 hp_pct_test(ADT113, 0) != 1
|
||||
@@ -96,8 +96,8 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x006260: 4 necessary condition(s)
|
||||
precond 0x004D70 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00523C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x005888 read_freg(0) <= 210
|
||||
precond 0x006070 read_freg(0) < 1200
|
||||
precond 0x005888 stopwatch_elapsed(0) <= 210
|
||||
precond 0x006070 stopwatch_elapsed(0) < 1200
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x01482C: 0 necessary condition(s)
|
||||
|
||||
@@ -140,7 +140,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x02B4F8 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x02B9C4 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x02BFC8 global[112] < 4
|
||||
precond 0x02C240 read_freg(0) <= 300
|
||||
precond 0x02C240 stopwatch_elapsed(0) <= 300
|
||||
precond 0x02C294 hp_pct_test(ADT301, 0) != 1
|
||||
precond 0x02C2E8 hp_pct_test(ADT302, 0) != 1
|
||||
precond 0x02C33C hp_pct_test(ADT303, 0) != 1
|
||||
@@ -158,8 +158,8 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x02B4F8 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x02B9C4 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x02BFC8 global[112] < 4
|
||||
precond 0x02C240 read_freg(0) <= 300
|
||||
precond 0x02CFD4 read_freg(0) < 1200
|
||||
precond 0x02C240 stopwatch_elapsed(0) <= 300
|
||||
precond 0x02CFD4 stopwatch_elapsed(0) < 1200
|
||||
|
||||
## phase 3 — FORCE_END_PHASE at 0x034A10: 0 necessary condition(s)
|
||||
|
||||
@@ -193,7 +193,7 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x004688: 12 necessary condition(s)
|
||||
precond 0x0034B0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00397C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003FC8 read_freg(0) < 210
|
||||
precond 0x003FC8 stopwatch_elapsed(0) < 210
|
||||
precond 0x00401C hp_pct_test(ADT101, 0) != 1
|
||||
precond 0x004070 hp_pct_test(ADT102, 0) != 1
|
||||
precond 0x0040C4 hp_pct_test(ADT103, 0) != 1
|
||||
@@ -207,8 +207,8 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x0048D8: 4 necessary condition(s)
|
||||
precond 0x0034B0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00397C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003FC8 read_freg(0) < 210
|
||||
precond 0x0046E8 read_freg(0) < 600
|
||||
precond 0x003FC8 stopwatch_elapsed(0) < 210
|
||||
precond 0x0046E8 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x009FF4: 0 necessary condition(s)
|
||||
|
||||
@@ -231,7 +231,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x00E210 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00E814 global[44] != 3
|
||||
precond 0x00EA28 global[56] != 0
|
||||
precond 0x00EB5C read_freg(0) < 420
|
||||
precond 0x00EB5C stopwatch_elapsed(0) < 420
|
||||
precond 0x00EFC0 global[8] == 0
|
||||
TRIGGER 0x00F098 global[8] != 2
|
||||
TRIGGER 0x00F1E4 <unknown> != 1
|
||||
@@ -268,7 +268,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x019690 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x019C94 global[64] != 4
|
||||
precond 0x019E9C global[76] != 2
|
||||
precond 0x01A70C read_freg(0) < 600
|
||||
precond 0x01A70C stopwatch_elapsed(0) < 600
|
||||
TRIGGER 0x01A7E4 global[64] != 0
|
||||
TRIGGER 0x01A994 global[44] != 0
|
||||
TRIGGER 0x01AB10 global[8] == 0
|
||||
@@ -310,13 +310,13 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x0032B0 hp_pct_test(ADT103, 0) != 1
|
||||
precond 0x003304 hp_pct_test(ADT106, 0) != 1
|
||||
precond 0x003358 hp_pct_test(ADT107, 0) != 1
|
||||
TRIGGER 0x003478 read_freg(0, 0) >= 130
|
||||
TRIGGER 0x003478 stopwatch_elapsed(0, 0) >= 130
|
||||
|
||||
## phase 1 — END_PHASE at 0x003A1C: 4 necessary condition(s)
|
||||
precond 0x002698 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002B94 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003208 hp_pct_test(ADT101, 0) != 1
|
||||
precond 0x0037FC read_freg(0) < 600
|
||||
precond 0x0037FC stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x0052A4: 0 necessary condition(s)
|
||||
|
||||
@@ -343,7 +343,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x008474 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x008970 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x008FA4 global[16] != 1
|
||||
precond 0x0099A4 read_freg(0) < 600
|
||||
precond 0x0099A4 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — FORCE_END_PHASE at 0x00C9CC: 0 necessary condition(s)
|
||||
|
||||
@@ -367,14 +367,14 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 1 — END_PHASE at 0x0037C0: 4 necessary condition(s)
|
||||
TRIGGER 0x002D84 unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x002F48 read_freg(0) < 600
|
||||
TRIGGER 0x002F48 stopwatch_elapsed(0) < 600
|
||||
TRIGGER 0x00305C unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
TRIGGER 0x0033D4 hp_pct_test(TCN004, 0) != 1
|
||||
|
||||
## phase 1 — END_PHASE at 0x003D94: 15 necessary condition(s)
|
||||
TRIGGER 0x002D84 unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x002DD8 hp_pct_test(TCN004, 0) == 1
|
||||
precond 0x002E34 read_freg(0) < 600
|
||||
precond 0x002E34 stopwatch_elapsed(0) < 600
|
||||
precond 0x0037D8 global[4] != 1
|
||||
precond 0x00382C hp_pct_test(ADT101, 0) != 1
|
||||
precond 0x003880 hp_pct_test(ADT102, 0) != 1
|
||||
@@ -394,12 +394,12 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x00964C unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x009828 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
TRIGGER 0x009BA0 hp_pct_test(TCN004, 0) != 1
|
||||
TRIGGER 0x009F20 read_freg(0) < 600
|
||||
TRIGGER 0x009F20 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — END_PHASE at 0x00A410: 8 necessary condition(s)
|
||||
TRIGGER 0x00964C unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x0096A0 hp_pct_test(TCN004, 0) == 1
|
||||
precond 0x0096FC read_freg(0) < 600
|
||||
precond 0x0096FC stopwatch_elapsed(0) < 600
|
||||
precond 0x00A0A0 global[12] < 4
|
||||
precond 0x00A0F4 hp_pct_test(ADT205, 0) != 1
|
||||
precond 0x00A148 hp_pct_test(ADT206, 0) != 1
|
||||
@@ -438,12 +438,12 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x00407C: 3 necessary condition(s)
|
||||
precond 0x0032D4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0037D8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003E5C read_freg(0) < 600
|
||||
precond 0x003E5C stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x0043A8: 5 necessary condition(s)
|
||||
precond 0x0032D4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0037D8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003E5C read_freg(0) < 600
|
||||
precond 0x003E5C stopwatch_elapsed(0) < 600
|
||||
precond 0x00409C global[0] < 9
|
||||
TRIGGER 0x00422C global[4] != 1
|
||||
|
||||
@@ -461,12 +461,12 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 2 — END_PHASE at 0x00CED8: 3 necessary condition(s)
|
||||
precond 0x00C130 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00C634 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00CCB8 read_freg(0) < 600
|
||||
precond 0x00CCB8 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — END_PHASE at 0x00D8A8: 16 necessary condition(s)
|
||||
precond 0x00C130 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00C634 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00CCB8 read_freg(0) < 600
|
||||
precond 0x00CCB8 stopwatch_elapsed(0) < 600
|
||||
precond 0x00CF3C unit_state(ADT215) == 0
|
||||
precond 0x00CF94 unit_state(ADT217) != 0
|
||||
precond 0x00CFF0 hp_pct_test(ADT201, 0) != 1
|
||||
@@ -505,7 +505,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x013B28 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x014024 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x014698 hp_pct_test(ADT301, 0) != 1
|
||||
precond 0x014F2C read_freg(0) < 1200
|
||||
precond 0x014F2C stopwatch_elapsed(0) < 1200
|
||||
|
||||
## phase 3 — FORCE_END_PHASE at 0x01B31C: 0 necessary condition(s)
|
||||
|
||||
@@ -545,15 +545,15 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x002750 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002B98 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003214 hp_pct_test(TCN012, 0) != 1
|
||||
precond 0x00349C read_freg(0) < 600
|
||||
precond 0x00349C stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x003B34: 7 necessary condition(s)
|
||||
precond 0x002750 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002B98 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x003214 hp_pct_test(TCN012, 0) != 1
|
||||
precond 0x00349C read_freg(0) < 600
|
||||
precond 0x00349C stopwatch_elapsed(0) < 600
|
||||
precond 0x0036DC global[0] < 7
|
||||
TRIGGER 0x0037FC read_freg(0, 0) >= 300
|
||||
TRIGGER 0x0037FC stopwatch_elapsed(0, 0) >= 300
|
||||
TRIGGER 0x0039B8 global[8] != 1
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x00976C: 0 necessary condition(s)
|
||||
@@ -604,7 +604,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x00D1C8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00D844 hp_pct_test(TCT012, 0) != 1
|
||||
precond 0x00DAC4 hp_pct_test(ADN201, 0) != 1
|
||||
precond 0x00ED40 read_freg(0) < 600
|
||||
precond 0x00ED40 stopwatch_elapsed(0) < 600
|
||||
TRIGGER 0x00EF18 squad_survival_pct(TCN004, 99.9) != 0
|
||||
TRIGGER 0x00F344 global[16] != 1
|
||||
|
||||
@@ -636,7 +636,7 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x003594 unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x0035E8 hp_pct_test(TCN104, 0) == 1
|
||||
TRIGGER 0x00363C hp_pct_test(TCN012, 0) == 1
|
||||
precond 0x003698 read_freg(0) < 600
|
||||
precond 0x003698 stopwatch_elapsed(0) < 600
|
||||
precond 0x00420C global[8] != 1
|
||||
precond 0x004220 global[12] != 1
|
||||
precond 0x004234 global[16] != 1
|
||||
@@ -656,7 +656,7 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x00EEB8 unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x00EF0C hp_pct_test(TCN004, 0) == 1
|
||||
TRIGGER 0x00EF60 hp_pct_test(TCN012, 0) == 1
|
||||
precond 0x00EFBC read_freg(0) < 600
|
||||
precond 0x00EFBC stopwatch_elapsed(0) < 600
|
||||
precond 0x00FB70 hp_pct_test(ADN205, 0) != 1
|
||||
precond 0x00FBC4 hp_pct_test(ADN206, 0) != 1
|
||||
precond 0x00FC18 hp_pct_test(ADN207, 0) != 1
|
||||
@@ -710,7 +710,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x0039E8 hp_pct_test(TCN008, 0) != 1
|
||||
precond 0x003C30 hp_pct_test(TCN104, 0) != 1
|
||||
precond 0x004234 global[0] != 11
|
||||
TRIGGER 0x0043F4 read_freg(0, 0) >= 300
|
||||
TRIGGER 0x0043F4 stopwatch_elapsed(0, 0) >= 300
|
||||
TRIGGER 0x004540 unit_state(TCN104) != 1
|
||||
TRIGGER 0x004860 global[4] == 0
|
||||
|
||||
@@ -719,7 +719,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x0039E8 hp_pct_test(TCN008, 0) != 1
|
||||
precond 0x003C30 hp_pct_test(TCN104, 0) != 1
|
||||
precond 0x004234 global[0] != 11
|
||||
precond 0x004A0C read_freg(0) < 600
|
||||
precond 0x004A0C stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x007BF0: 0 necessary condition(s)
|
||||
|
||||
@@ -780,7 +780,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x012AD0 unit_state(ADS322) == 1
|
||||
precond 0x012B28 unit_state(ADS323) == 1
|
||||
TRIGGER 0x012DCC unit_state(TCN006) != 1
|
||||
TRIGGER 0x013010 read_freg(global[4]) >= 5
|
||||
TRIGGER 0x013010 stopwatch_elapsed(global[4]) >= 5
|
||||
|
||||
## phase 3 — END_PHASE at 0x013680: 6 necessary condition(s)
|
||||
precond 0x011E4C unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
@@ -816,13 +816,13 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 1 — END_PHASE at 0x001590: 2 necessary condition(s)
|
||||
precond 0x000FE4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x001370 read_freg(0) < 600
|
||||
precond 0x001370 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x001BA8: 6 necessary condition(s)
|
||||
precond 0x000FE4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x001370 read_freg(0) < 600
|
||||
precond 0x001370 stopwatch_elapsed(0) < 600
|
||||
precond 0x0015E8 hp_pct_test(ADT001, 0) != 1
|
||||
TRIGGER 0x001708 read_freg(0, 0) > 300
|
||||
TRIGGER 0x001708 stopwatch_elapsed(0, 0) > 300
|
||||
TRIGGER 0x001918 hp_pct_test(TCN001, 99.9) != 0
|
||||
TRIGGER 0x001A2C global[4] == 0
|
||||
|
||||
@@ -858,12 +858,12 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x0027C0: 3 necessary condition(s)
|
||||
precond 0x001AD4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x001F1C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x0025A0 read_freg(0) < 600
|
||||
precond 0x0025A0 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x002A00: 4 necessary condition(s)
|
||||
precond 0x001AD4 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x001F1C hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x0025A0 read_freg(0) < 600
|
||||
precond 0x0025A0 stopwatch_elapsed(0) < 600
|
||||
precond 0x0027E0 global[0] < 10
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x00A684: 0 necessary condition(s)
|
||||
@@ -880,12 +880,12 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 2 — END_PHASE at 0x00CD8C: 3 necessary condition(s)
|
||||
precond 0x00C0A0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00C4E8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00CB6C read_freg(0) < 600
|
||||
precond 0x00CB6C stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — END_PHASE at 0x00D214: 6 necessary condition(s)
|
||||
precond 0x00C0A0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x00C4E8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x00CB6C read_freg(0) < 600
|
||||
precond 0x00CB6C stopwatch_elapsed(0) < 600
|
||||
precond 0x00CDAC global[8] < 6
|
||||
TRIGGER 0x00CFA8 hp_pct_test(TCN004, 99.9) != 0
|
||||
TRIGGER 0x00D098 global[4] != 1
|
||||
@@ -919,7 +919,7 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x003290 hp_pct_test(TCN004, 0) == 1
|
||||
TRIGGER 0x0032E4 hp_pct_test(TCN006, 0) == 1
|
||||
TRIGGER 0x003338 hp_pct_test(TCN008, 0) == 1
|
||||
precond 0x003394 read_freg(0) <= 1200
|
||||
precond 0x003394 stopwatch_elapsed(0) <= 1200
|
||||
precond 0x004004 global[4] != 1
|
||||
TRIGGER 0x0040E8 global[8] != 1
|
||||
TRIGGER 0x0041DC <unknown> != 1
|
||||
@@ -993,18 +993,18 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 1 — END_PHASE at 0x002B48: 2 necessary condition(s)
|
||||
precond 0x0024D8 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002928 read_freg(0) < 600
|
||||
precond 0x002928 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x0031B0: 10 necessary condition(s)
|
||||
precond 0x0024D8 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002928 read_freg(0) < 600
|
||||
precond 0x002928 stopwatch_elapsed(0) < 600
|
||||
precond 0x002BA8 hp_pct_test(ADT102, 0) != 1
|
||||
precond 0x002BFC hp_pct_test(ADT103, 0) != 1
|
||||
precond 0x002C50 hp_pct_test(ADT104, 0) != 1
|
||||
precond 0x002CA4 hp_pct_test(ADT105, 0) != 1
|
||||
precond 0x002CF8 hp_pct_test(ADT108, 0) != 1
|
||||
precond 0x002D4C hp_pct_test(ADT114, 0) != 1
|
||||
TRIGGER 0x002E90 read_freg(0) > 300
|
||||
TRIGGER 0x002E90 stopwatch_elapsed(0) > 300
|
||||
TRIGGER 0x003034 global[8] != 1
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x0061D4: 0 necessary condition(s)
|
||||
@@ -1014,13 +1014,13 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 2 — END_PHASE at 0x0085AC: 2 necessary condition(s)
|
||||
precond 0x007FC4 unit_hp_pct(TCN201, Character_Player_Test) != 0
|
||||
precond 0x00838C read_freg(0) < 600
|
||||
precond 0x00838C stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 2 — END_PHASE at 0x008C24: 6 necessary condition(s)
|
||||
precond 0x007FC4 unit_hp_pct(TCN201, Character_Player_Test) != 0
|
||||
precond 0x00838C read_freg(0) < 600
|
||||
precond 0x00838C stopwatch_elapsed(0) < 600
|
||||
precond 0x00860C hp_pct_test(ADT201, 0) != 1
|
||||
TRIGGER 0x008750 read_freg(0) >= 300
|
||||
TRIGGER 0x008750 stopwatch_elapsed(0) >= 300
|
||||
TRIGGER 0x008974 hp_pct_test(TCN201, 99.9) != 0
|
||||
TRIGGER 0x008AA8 global[8] != 1
|
||||
|
||||
@@ -1052,7 +1052,7 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x003FFC unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x004050 hp_pct_test(TCN004, 0) == 1
|
||||
precond 0x0040A4 hp_pct_test(TCT006, 0) != 1
|
||||
TRIGGER 0x004B5C read_freg(0) >= 900
|
||||
TRIGGER 0x004B5C stopwatch_elapsed(0) >= 900
|
||||
TRIGGER 0x00571C hp_pct_test(ADN101, 0) != 1
|
||||
TRIGGER 0x00632C global[0] != 1
|
||||
|
||||
@@ -1066,7 +1066,7 @@ fired by time passing, which is not a property of the graph.
|
||||
TRIGGER 0x010388 unit_hp_pct(TCN001, Character_Player_Test) == 0
|
||||
TRIGGER 0x0103DC hp_pct_test(TCN204, 0) == 1
|
||||
TRIGGER 0x010430 hp_pct_test(TCN006, 0) == 1
|
||||
precond 0x01048C read_freg(0) < 1200
|
||||
precond 0x01048C stopwatch_elapsed(0) < 1200
|
||||
precond 0x011040 hp_pct_test(ADT201, 0) != 1
|
||||
precond 0x011094 hp_pct_test(ADT202, 0) != 1
|
||||
TRIGGER 0x011190 global[12] != 1
|
||||
@@ -1102,11 +1102,11 @@ fired by time passing, which is not a property of the graph.
|
||||
|
||||
## phase 1 — END_PHASE at 0x000CB0: 2 necessary condition(s)
|
||||
precond 0x0005A0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0009F0 read_freg(0) < 600
|
||||
precond 0x0009F0 stopwatch_elapsed(0) < 600
|
||||
|
||||
## phase 1 — END_PHASE at 0x001054: 4 necessary condition(s)
|
||||
precond 0x0005A0 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0009F0 read_freg(0) < 600
|
||||
precond 0x0009F0 stopwatch_elapsed(0) < 600
|
||||
precond 0x000CF8 player_gauge0_test(0) != 1
|
||||
TRIGGER 0x000D34 player_gauge1_test(0) != 1
|
||||
|
||||
@@ -1291,7 +1291,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x006860 hp_pct_test(ADT101, 0) != 1
|
||||
precond 0x0072CC unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0076D8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x007D84 read_freg(0) < 1800
|
||||
precond 0x007D84 stopwatch_elapsed(0) < 1800
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x00C114: 0 necessary condition(s)
|
||||
|
||||
@@ -1325,7 +1325,7 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x017E48: 4 necessary condition(s)
|
||||
precond 0x01705C unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x017454 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x017AB0 read_freg(0) < 1200
|
||||
precond 0x017AB0 stopwatch_elapsed(0) < 1200
|
||||
TRIGGER 0x017BAC global[0] >= 100
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x01C28C: 0 necessary condition(s)
|
||||
@@ -1366,7 +1366,7 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x0039C8 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x003DD8 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x0043DC global[0] != 8
|
||||
precond 0x00462C read_freg(0) < 900
|
||||
precond 0x00462C stopwatch_elapsed(0) < 900
|
||||
TRIGGER 0x004828 global[0] != 0
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x00FF5C: 0 necessary condition(s)
|
||||
@@ -1401,12 +1401,12 @@ fired by time passing, which is not a property of the graph.
|
||||
## phase 1 — END_PHASE at 0x002D74: 3 necessary condition(s)
|
||||
precond 0x002128 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002538 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x002B84 read_freg(0) < 1200
|
||||
precond 0x002B84 stopwatch_elapsed(0) < 1200
|
||||
|
||||
## phase 1 — END_PHASE at 0x003850: 22 necessary condition(s)
|
||||
precond 0x002128 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x002538 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x002B84 read_freg(0) < 1200
|
||||
precond 0x002B84 stopwatch_elapsed(0) < 1200
|
||||
precond 0x002DCC hp_pct_test(ADN113, 0) != 1
|
||||
precond 0x002E20 hp_pct_test(ADN114, 0) != 1
|
||||
precond 0x002E74 hp_pct_test(ADN115, 0) != 1
|
||||
@@ -1455,12 +1455,12 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x00218C unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0024E0 hp_pct_test(TCN003, 0) != 1
|
||||
precond 0x002534 hp_pct_test(TCN002, 0) != 1
|
||||
TRIGGER 0x0026E8 read_freg(0) > 420
|
||||
TRIGGER 0x0026E8 stopwatch_elapsed(0) > 420
|
||||
|
||||
## phase 1 — END_PHASE at 0x002C2C: 4 necessary condition(s)
|
||||
precond 0x00218C unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x0024E0 hp_pct_test(TCN003, 0) != 1
|
||||
precond 0x002920 read_freg(0) < 1200
|
||||
precond 0x002920 stopwatch_elapsed(0) < 1200
|
||||
TRIGGER 0x002A4C unit_hp_pct(TCN001, ELLEN) != 0
|
||||
|
||||
## phase 1 — FORCE_END_PHASE at 0x006F24: 0 necessary condition(s)
|
||||
@@ -1505,14 +1505,14 @@ fired by time passing, which is not a property of the graph.
|
||||
precond 0x010548 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x010970 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x010FCC hp_pct_test(TCT006, 0) != 1
|
||||
precond 0x011254 read_freg(0) < 1200
|
||||
precond 0x011254 stopwatch_elapsed(0) < 1200
|
||||
|
||||
## phase 1 — END_PHASE at 0x011814: 7 necessary condition(s)
|
||||
precond 0x00CD3C global[56] == 1
|
||||
precond 0x010548 unit_hp_pct(TCN001, Character_Player_Test) != 0
|
||||
precond 0x010970 hp_pct_test(TCN004, 0) != 1
|
||||
precond 0x010FCC hp_pct_test(TCT006, 0) != 1
|
||||
precond 0x011254 read_freg(0) < 1200
|
||||
precond 0x011254 stopwatch_elapsed(0) < 1200
|
||||
precond 0x011534 global[52] < 14
|
||||
precond 0x011554 global[60] != 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user