diff options
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 4f5e7e6..5410bab 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -5,6 +5,8 @@ OUTPUT_FORMAT ("binary") }*/ SECTIONS { + GlobalTickCount = 0x8042A648; + GetSpecificPlayerActor = 0x8005F900; Actor_SearchByID = 0x80162E40; TimeStopFlag = 0x80429FDA; @@ -889,6 +891,8 @@ SECTIONS { atan2 = 0x802E8900; cos = 0x802E82AC; sin = 0x802E87B4; + ceil = 0x802E8134; + floor = 0x802E8374; LayoutHelper_Link = 0x801637A0; |