diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-09 01:40:14 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-09 01:40:14 -0600 |
commit | 59624313e01ef4269f2ca27babe522d407e200b0 (patch) | |
tree | 3ef69879f19f4eded72a310a94736e151a108cc7 /bossTopman.yaml | |
parent | 05d99e2cf552024116356591be0a88bf862b89c9 (diff) | |
download | kamek-59624313e01ef4269f2ca27babe522d407e200b0.tar.gz kamek-59624313e01ef4269f2ca27babe522d407e200b0.zip |
Redid all the boss and custom sprite junk, effect list, saved 25 kb - but bosses break
Diffstat (limited to '')
-rw-r--r-- | bossTopman.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bossTopman.yaml b/bossTopman.yaml index 94ab3ac..31f7f6b 100644 --- a/bossTopman.yaml +++ b/bossTopman.yaml @@ -5,6 +5,6 @@ source_files: [../src/bossTopman.cpp] hooks: - name: BossTopmanBuild type: add_func_pointer - src_addr_pal: 0x8095D018 + src_addr_pal: 0x8097BCC0 target_func: 'daDreidel::build(void)' |