diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-05-16 12:22:38 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-05-16 12:22:38 -0500 |
commit | 7c5d2a4dd2a81282c38a6bbddacb3fe9c12808c4 (patch) | |
tree | 401107f34008631843067609eb8ff6c0a2096db7 /kamek_pal.x | |
parent | 80688e9e682a1fb354160f729d4caff394831e9e (diff) | |
download | kamek-7c5d2a4dd2a81282c38a6bbddacb3fe9c12808c4.tar.gz kamek-7c5d2a4dd2a81282c38a6bbddacb3fe9c12808c4.zip |
Pushed last mostly stable Tempus hacks
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 34bbba8..e543336 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -5,6 +5,15 @@ OUTPUT_FORMAT ("binary") }*/
SECTIONS {
+ GetSpecificPlayerActor = 0x8005F900; + TimeStopFlag = 0x80429FDA; + TimerBranch = 0x800E3AB8; + MarioDescentRate = 0x8042BB44; + MarioJumpArc = 0x802F591C; + MarioJumpMax = 0x8042BB28; + MiniMarioJumpArc = 0x802F5964; + MarioSize = 0x8042BB54; + _savefpr_14 = 0x802DCF98;
_savefpr_15 = 0x802DCF9C;
_savefpr_16 = 0x802DCFA0;
|