diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-01-02 17:47:43 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-01-02 17:47:43 -0500 |
| commit | 458be4d8cb1dbbe06d748c4e759131e02e73b467 (patch) | |
| tree | 74e4c4420ad6bb86e51765a943c11998b379886e /src/m_Do/m_Do_main.cpp | |
| parent | 992cf48c7f5ae78b498197af8795ed9159e37f8b (diff) | |
more d_save funcs OK, initial map out of dcomifg_play_c and it's classes
Diffstat (limited to 'src/m_Do/m_Do_main.cpp')
| -rw-r--r-- | src/m_Do/m_Do_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_main.cpp b/src/m_Do/m_Do_main.cpp index 0966b178ca..e89d656541 100644 --- a/src/m_Do/m_Do_main.cpp +++ b/src/m_Do/m_Do_main.cpp @@ -65,7 +65,8 @@ asm void CheckHeap(u32 param_1) { } #endif -asm int countUsed(JKRExpHeap* heap){nofralloc +asm int countUsed(JKRExpHeap* heap) { + nofralloc #include "m_Do/m_Do_main/asm/func_80005848.s" } |
