diff options
| author | unknown <pheenoh@gmail.com> | 2020-11-29 20:16:52 -0500 |
|---|---|---|
| committer | unknown <pheenoh@gmail.com> | 2020-11-29 20:16:52 -0500 |
| commit | 44b14ec1287077df261d0be6ac448b85e8a38fa6 (patch) | |
| tree | 620cc58ed1a5482afb7a145540c0e4ba5bddd26f /src/d/d_save/d_save.cpp | |
| parent | 58afa9ed78d6b2128e10c13e6c06c78a5116ae4f (diff) | |
migrate remaining d_save and m_Do_main asm to inline, add intial class mapping for dFile_select_c
Diffstat (limited to 'src/d/d_save/d_save.cpp')
| -rw-r--r-- | src/d/d_save/d_save.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_save/d_save.cpp b/src/d/d_save/d_save.cpp index 81cdc3e5de..ea7b3c3522 100644 --- a/src/d/d_save/d_save.cpp +++ b/src/d/d_save/d_save.cpp @@ -1441,7 +1441,7 @@ asm void dSv_info_c::card_to_memory(char*, int) { #include "d/d_save/d_save/asm/func_80035A04.s" } -// asm void dSv_info_c::initdata_to_card(char*, int) { -// nofralloc -// #include "d/d_save/d_save/asm/func_80035BD0.s" -// }
\ No newline at end of file +asm void dSv_info_c::initdata_to_card(char*, int) { + nofralloc + #include "d/d_save/d_save/asm/func_80035BD0.s" +}
\ No newline at end of file |
