mirror of
https://github.com/isledecomp/isle.git
synced 2025-04-21 02:50:52 -04:00
Add smack functions and math globals (#1310)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
parent
3e5967f3f3
commit
b8f1364ac7
2 changed files with 19 additions and 0 deletions
|
@ -639,6 +639,15 @@
|
|||
// GLOBAL: LEGO1 0x101028da
|
||||
// __OP_POWjmptab
|
||||
|
||||
// GLOBAL: LEGO1 0x1010292a
|
||||
// __OP_LOG10jmptab
|
||||
|
||||
// GLOBAL: LEGO1 0x1010294a
|
||||
// __OP_LOGjmptab
|
||||
|
||||
// GLOBAL: LEGO1 0x1010296a
|
||||
// __OP_EXPjmptab
|
||||
|
||||
// GLOBAL: LEGO1 0x101095f8
|
||||
// __crtheap
|
||||
|
||||
|
|
|
@ -12,6 +12,13 @@
|
|||
// LIBRARY: BETA10 0x1015fe83
|
||||
// _SmackDoFrameToBuffer
|
||||
|
||||
// LIBRARY: LEGO1 0x100cea58
|
||||
// LIBRARY: BETA10 0x10160e58
|
||||
// _SmackDoFrameToVESA
|
||||
|
||||
// LIBRARY: LEGO1 0x100cfd90
|
||||
// _SmackDoPCM
|
||||
|
||||
// LIBRARY: LEGO1 0x100d052c
|
||||
// LIBRARY: BETA10 0x1016292c
|
||||
// _SmackGetSizeDeltas
|
||||
|
@ -20,4 +27,7 @@
|
|||
// LIBRARY: BETA10 0x10162943
|
||||
// _SmackGetRect
|
||||
|
||||
// LIBRARY: LEGO1 0x100d0654
|
||||
// _SmackRemapTables
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue