diff options
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index b60b994..e5e4a9a 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -3,12 +3,11 @@ # yaml, hasn't it...
source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
hooks:
-# FUCK SKAWO
-# - name: TitleScreenFucker
-# type: branch_insn
-# branch_type: bl
-# src_addr_pal: 0x8010191C
-# target_func: 'TitleScreenFucker'
+ - name: TitleScreenFucker
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x8010191C
+ target_func: 'TitleScreenFucker'
- name: MPPauseFix1
type: branch_insn
|