diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-16 15:18:58 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-16 15:18:58 -0500 |
commit | 5ad897fb987c7e80ac948cf080122a0081a255de (patch) | |
tree | de31190d6498860abc90dd56e374f66dcfe9f03e /singAlong.yaml | |
parent | 85ffcf8e57ab7a90318b8e24f62257b5393f7330 (diff) | |
download | kamek-5ad897fb987c7e80ac948cf080122a0081a255de.tar.gz kamek-5ad897fb987c7e80ac948cf080122a0081a255de.zip |
Samurai Shy is in beta, added Song Block as a sprite, a few minor boss fixes.
Diffstat (limited to '')
-rw-r--r-- | singAlong.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/singAlong.yaml b/singAlong.yaml index 0641aa4..bfaee23 100644 --- a/singAlong.yaml +++ b/singAlong.yaml @@ -39,6 +39,20 @@ hooks: src_addr_pal: 0x809834F0 target_func: 'dSongBlock::build(void)' + - name: UpdateSingAlongSpriteInfo + type: patch + addr_pal: 0x8030A5E8 + data: '0275 0000 00000010 00000010 00000000 00000000 00000040 00000040 0000 0000 0040 0040 0000 0000' + # 0x8030A340 + sprite num * 0x28 == offset + + - name: SingAlongSpriteFileInfo + type: add_func_pointer + src_addr_pal: 0x8031AB90 + target_func: 'SAarcNameList' + + # 0x8031AB4C + sprite num * 0x4 == offset + # That offset stores a pointer to a table of pointers to strings, followed by four bytes of padding + # Each string is an arcname to load ################################################ # HOOKS FOR Song Prize |