diff options
author | Treeki <treeki@gmail.com> | 2012-09-19 05:24:50 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-19 05:24:50 +0200 |
commit | a7fc34dfdfee0c899712e0209885e40b19305d7f (patch) | |
tree | d87c02fae0f59bd98fb383836da29739a0e07c17 /fileselect.yaml | |
parent | a6e653e973d1b4ec402e5b7f34093849bbd60745 (diff) | |
download | kamek-a7fc34dfdfee0c899712e0209885e40b19305d7f.tar.gz kamek-a7fc34dfdfee0c899712e0209885e40b19305d7f.zip |
couple of fixes
Diffstat (limited to '')
-rw-r--r-- | fileselect.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileselect.yaml b/fileselect.yaml index a432a13..90c18f9 100644 --- a/fileselect.yaml +++ b/fileselect.yaml @@ -147,6 +147,6 @@ hooks: - {name: DFNiceTitle, type: branch_insn, branch_type: bl, src_addr_pal: 0x8077D044, target_func: 'DFNiceTitle'} - {name: DFNiceWorldName, type: branch_insn, branch_type: bl, src_addr_pal: 0x8077DA10, target_func: 'DFNiceWorldName'} - - {name: FSDebugStates, type: add_func_pointer, src_addr_pal: 0x80943E38, target_func: 'FSDebugStates'} +# - {name: FSDebugStates, type: add_func_pointer, src_addr_pal: 0x80943E38, target_func: 'FSDebugStates'} |