diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2022-02-19 05:22:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-19 14:22:47 +0100 |
| commit | 9ba9d7c06cde1db164e3282550855880148dc940 (patch) | |
| tree | 4f548b05d3ca3296f5337e5ab13944ff24fd2907 /src/d/d_lib.cpp | |
| parent | d85ab6d159201ae41110a7b80f3fcbdca0b8efeb (diff) | |
d_model / d_simple_model / d_stage + cleanup (#181)
* d_model / d_simple_model / cleanup
* d_stage work
* set up saveHIO / remove asm
* d_a_itembase
Diffstat (limited to 'src/d/d_lib.cpp')
| -rw-r--r-- | src/d/d_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index 22a375a9f9..882afebe9a 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -287,7 +287,7 @@ asm void dLib_checkActorInRectangle(fopAc_ac_c* param_0, fopAc_ac_c* param_1, cX #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm void dLib_getExpandSizeFromAramArchive(JKRAramArchive* param_0, char const* param_1) { +asm u32 dLib_getExpandSizeFromAramArchive(JKRAramArchive* param_0, char const* param_1) { nofralloc #include "asm/d/d_lib/dLib_getExpandSizeFromAramArchive__FP14JKRAramArchivePCc.s" } |
