This repository was archived by the owner on Jun 28, 2025. It is now read-only.
Commit fb9b460
committed
No need to set the protection variables with the Anniversary editions
Game bytecode was modified to skip the checks:
0147: // func_0147
0147: (05) ret // RETURN FROM CALL
0148: (01) VAR(0xF8) = VAR(0xBC)
014B: (14) VAR(0xF8) &= 16
014F: (05) ret // RETURN FROM CALL
0150: (0A) jmpIf(VAR(0xF8) == 0, @015E)
0156: (0A) jmpIf(VAR(0xF2) != 4000, @015E)
015D: (05) ret // RETURN FROM CALL
015E: loc_015E:
015E: (0C) changeTasksState(start=0,end=63,type=2)1 parent 705f8a1 commit fb9b460
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments