diff options
author | Treeki <treeki@gmail.com> | 2011-05-17 22:48:51 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-17 22:48:51 +0200 |
commit | 23e304c6fc6b08a6ea4bc93c8019eee2a68be67e (patch) | |
tree | 5205badc3427707ff1e59fd4779bab8d115c44bf /kamek_ntsc2.x | |
parent | 5495ac81a284b7c9b91f9dbc8452827b32f73212 (diff) | |
download | kamek-23e304c6fc6b08a6ea4bc93c8019eee2a68be67e.tar.gz kamek-23e304c6fc6b08a6ea4bc93c8019eee2a68be67e.zip |
working on the HUD
Diffstat (limited to '')
-rw-r--r-- | kamek_ntsc2.x | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kamek_ntsc2.x b/kamek_ntsc2.x index 042fe0c..f6d2727 100644 --- a/kamek_ntsc2.x +++ b/kamek_ntsc2.x @@ -5,6 +5,15 @@ OUTPUT_FORMAT ("binary") }*/ SECTIONS { + GetSpecificPlayerActor = 0x8005F900; + TimeStopFlag = 0x80429CFA; + TimerBranch = 0x800E39C8; + MarioDescentRate = 0x8042B864; + MarioJumpArc = 0x802F561C; + MarioJumpMax = 0x8042B848; + MiniMarioJumpArc = 0x802F5664; + MarioSize = 0x8042B874; + _savefpr_14 = 0x802DCCA8; _savefpr_15 = 0x802DCCAC; _savefpr_16 = 0x802DCCB0; @@ -180,6 +189,11 @@ SECTIONS { __ct__Q23m2d13EmbedLayout_cFv = 0x800C8950; __dt__Q23m2d13EmbedLayout_cFv = 0x800C89A0; loadArc__Q23m2d13EmbedLayout_cFPCcb = 0x800C8CB0; + loadAnimations__Q23m2d13EmbedLayout_cFPPCci = 0x800C8FB0; + loadGroups__Q23m2d13EmbedLayout_cFPPCcPii = 0x800C90F0; + enableNonLoopAnim__Q23m2d13EmbedLayout_cFib = 0x800C92F0; + enableLoopAnim__Q23m2d13EmbedLayout_cFi = 0x800C9380; + disableAllAnimations__Q23m2d13EmbedLayout_cFv = 0x800C9500; free__Q23m2d13EmbedLayout_cFv = 0x800C9930; execAnimations__Q23m2d13EmbedLayout_cFv = 0x800C9560; scheduleForDrawing__Q23m2d6Base_cFv = 0x80163850; |