diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-12-08 14:13:53 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-12-08 14:13:53 -0600 |
commit | da3aa8b641e21a766b4212385e434ff2f9927e98 (patch) | |
tree | 16ed9a79f04bbc4bfdc0bb6b1b4d551df044c812 /kamek_pal.x | |
parent | 16d563a330e1a3190b6212a0bca2a4c80e2b5cff (diff) | |
parent | 3e1eddbcca15042a7a63f29f5db3ce66237355b9 (diff) | |
download | kamek-da3aa8b641e21a766b4212385e434ff2f9927e98.tar.gz kamek-da3aa8b641e21a766b4212385e434ff2f9927e98.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 6300912..5fcb316 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1,8 +1,11 @@ SECTIONS { + EnemyBounceValue = 0x8042A5F0; + /* Scrolling is annoying, clown car goes here! */ search__7fBase_cFUi = 0x80162E40; search__7fBase_cF6ActorsP7fBase_c = 0x80162E90; + searchByBaseType__7fBase_cFiP7fBase_c = 0x80162EF0; AddStockPowerup = 0x800BB330; continueFromStrongBox2 = 0x808AAFD0; |