Patch: new 'load' syntax

[load, path_name1] - load sequence
[load, path_name2, -0x40] - same, but modify the addresses by -64
This commit is contained in:
Nekotekina 2017-09-17 17:33:59 +03:00
parent bc098d6b9c
commit 18d472b7e1
2 changed files with 31 additions and 1 deletions

View file

@ -7,6 +7,7 @@
enum class patch_type
{
load,
byte,
le16,
le32,