diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-07-10 19:16:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 02:16:30 +0300 |
| commit | b67414ef1a5f084b6d3fc08b066e5d1cabc3cb2a (patch) | |
| tree | 80474d17ac06c8eb3884e60136d393d29a6ee334 /src/d/d_demo.cpp | |
| parent | 3de6b37edf0ddf48eff336f66130f4379460e3d4 (diff) | |
d_a_demo00 work (#2525)
* Initial work
* Got to ke_control
* draw function
* tiny execute work
* all functions worked on
* PR cleanup
* Took out static keyword for dDemo_setDemoData
Diffstat (limited to 'src/d/d_demo.cpp')
| -rw-r--r-- | src/d/d_demo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_demo.cpp b/src/d/d_demo.cpp index a9fde337c8..b118b85cfa 100644 --- a/src/d/d_demo.cpp +++ b/src/d/d_demo.cpp @@ -357,8 +357,7 @@ static void branchFile(char const* resName) { dDemo_c::setBranchData(branchData); } -/* 800387EC-80038920 03312C 0134+00 1/0 0/0 0/0 .text JSGSetData__13dDemo_actor_cFUlPCvUl - */ +/* 800387EC-80038920 03312C 0134+00 1/0 0/0 0/0 .text JSGSetData__13dDemo_actor_cFUlPCvUl */ void dDemo_actor_c::JSGSetData(u32 id, void const* pdata, u32 param_2) { if (id == ID_UNK_1) { JStudio::stb::TParseData_fixed<50, TValueIterator_misaligned<u16> > data(pdata); |
