summaryrefslogtreecommitdiff
path: root/singAlong.yaml
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-06-25 00:03:38 -0500
committerColin Noga <Tempus@chronometry.ca>2012-06-25 00:03:38 -0500
commitcaf65b91a27b583dc439c4e71561b818878d83d3 (patch)
tree658057992852a98a2e26a31601a644a496c419fe /singAlong.yaml
parent434630026ceec18b47c58fc81afbde1e706f8fee (diff)
downloadkamek-caf65b91a27b583dc439c4e71561b818878d83d3.tar.gz
kamek-caf65b91a27b583dc439c4e71561b818878d83d3.zip
Worked more on bonus room - light is broken, and the delete functions are probably broken
Diffstat (limited to '')
-rw-r--r--singAlong.yaml10
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)'