diff options
| author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-11 09:41:55 -0500 | 
|---|---|---|
| committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-11 09:41:55 -0500 | 
| commit | 11d6762251f2170058b8b2de76163962138dc6b5 (patch) | |
| tree | af12bdb6f9e9a17b0b4b7e219ff0cd5854069377 | |
| parent | 12ed454e391cbfedd079bd2390aaca4e3e5c5fb1 (diff) | |
| download | kamek-11d6762251f2170058b8b2de76163962138dc6b5.tar.gz kamek-11d6762251f2170058b8b2de76163962138dc6b5.zip | |
linker update
Diffstat (limited to '')
| -rw-r--r-- | kamek_pal.x | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/kamek_pal.x b/kamek_pal.x index 81be80c..75b50b9 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -19,6 +19,17 @@ SECTIONS {  	GenerateRandomNumber = 0x800B2EE0;  	OneofManySoundPlayers = 0x800CE9B0;  	BombExplodeState = 0x80B12A48; +	NoFreezie = 0x800A0B08; + +/* Mr Sun Related */ + +	BubbleModel = 0x809D0C80; +	BubbleDraw = 0x809D0810; +	ActivePhysics_InitWithStruct = 0x8008C3E0; +	ActivePhysics_AddToList = 0x8008C330; +	 +	 +  	_savefpr_14 = 0x802DCF98;  	_savefpr_15 = 0x802DCF9C; | 
