diff options
Diffstat (limited to 'singAlong.yaml')
-rw-r--r-- | singAlong.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/singAlong.yaml b/singAlong.yaml index 7c9ba66..0641aa4 100644 --- a/singAlong.yaml +++ b/singAlong.yaml @@ -1,6 +1,7 @@ --- # SingAlong = WM_KILLERBULLET (0x276) # SongBlock = WM_KILLER (0x275) +# SongPrize = WM_SINKSHIP (0x277) source_files: [../src/bonusRoom.cpp] @@ -37,3 +38,12 @@ hooks: type: add_func_pointer src_addr_pal: 0x809834F0 target_func: 'dSongBlock::build(void)' + + + ################################################ + # HOOKS FOR Song Prize + ################################################ + - name: SongPrizeBuild + type: add_func_pointer + src_addr_pal: 0x80985434 + target_func: 'dSongPrize::build(void)' |