Skip to content

Commit

Permalink
Add smack functions and math globals (#1310)
Browse files Browse the repository at this point in the history
Co-authored-by: jonschz <[email protected]>
  • Loading branch information
jonschz and jonschz authored Jan 4, 2025
1 parent 3e5967f commit b8f1364
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions LEGO1/library_msvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions LEGO1/library_smack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +27,7 @@
// LIBRARY: BETA10 0x10162943
// _SmackGetRect

// LIBRARY: LEGO1 0x100d0654
// _SmackRemapTables

#endif

0 comments on commit b8f1364

Please sign in to comment.