diff options
Diffstat (limited to 'kamek_ntsc.x')
-rw-r--r-- | kamek_ntsc.x | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kamek_ntsc.x b/kamek_ntsc.x index ab702c3..dab4502 100644 --- a/kamek_ntsc.x +++ b/kamek_ntsc.x @@ -19,6 +19,17 @@ SECTIONS { GenerateRandomNumber = 0x800B2EE0; OneofManySoundPlayers = 0x800CE8C0; BombExplodeState = 0x80B12A68; + NoFreezie = 0x800A0B08; + +/* Mr Sun Related */ + + BubbleModel = 0x809D0CA0; + BubbleDraw = 0x809D0830; + ActivePhysics_InitWithStruct = 0x8008C3E0; + ActivePhysics_AddToList = 0x8008C330; + + + _savefpr_14 = 0x802DCCA8; _savefpr_15 = 0x802DCCAC; |