diff options
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; | 
