diff options
author | Treeki <treeki@gmail.com> | 2012-09-27 06:08:02 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-27 06:08:02 +0200 |
commit | 87cb3ef8451f6e6dc0f642d22f5335c1c4f4b064 (patch) | |
tree | ee84faa773436063126b18cc31da3caa04ccdb3c /fileselect.yaml | |
parent | e30d836af369f251f83375dd9a9dbab435ee61f1 (diff) | |
download | kamek-87cb3ef8451f6e6dc0f642d22f5335c1c4f4b064.tar.gz kamek-87cb3ef8451f6e6dc0f642d22f5335c1c4f4b064.zip |
a tiny bit of savefile RE, and default world stuff in the savefile
Diffstat (limited to '')
-rw-r--r-- | fileselect.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fileselect.yaml b/fileselect.yaml index 90c18f9..eb8c107 100644 --- a/fileselect.yaml +++ b/fileselect.yaml @@ -147,6 +147,7 @@ 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: DefaultSavefileInfo, type: branch_insn, branch_type: b, src_addr_pal: 0x800CE100, target_func: 'DefaultSavefileInfo'} # - {name: FSDebugStates, type: add_func_pointer, src_addr_pal: 0x80943E38, target_func: 'FSDebugStates'} |