diff options
Diffstat (limited to '')
-rw-r--r-- | electricLine.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/electricLine.yaml b/electricLine.yaml new file mode 100644 index 0000000..3b9e856 --- /dev/null +++ b/electricLine.yaml @@ -0,0 +1,10 @@ +--- +# Replaces Ship_Window + +source_files: [../src/electricLine.cpp] +hooks: + - name: electricLineBuild + type: add_func_pointer + src_addr_pal: 0x809622F8 + target_func: 'daElectricLine::build(void)' + |