mirror of
https://github.com/zeldaret/tp
synced 2026-08-03 17:02:15 -04:00
Match all funcs in d_menu_ring (#2113)
* d_menu_ring OK but something is not matchin * at least matching without NONMATCHING again * add note * some docs about items * fix i_nameID and i_expID * revert my setBlackWhite change * remove unused asm * update progress * m_Do_graphic functions match but I'm not able to remove data
This commit is contained in:
@@ -4990,7 +4990,7 @@ asm void dFile_select_c::screenSet() {
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// J2DPicture::setBlackWhite(JUtility::TColor param_0, JUtility::TColor param_1)
|
||||
extern "C" asm bool setBlackWhite__10J2DPictureFQ28JUtility6TColorQ28JUtility6TColor() {
|
||||
asm bool J2DPicture::setBlackWhite(JUtility::TColor param_0, JUtility::TColor param_1) {
|
||||
nofralloc
|
||||
#include "asm/d/file/d_file_select/setBlackWhite__10J2DPictureFQ28JUtility6TColorQ28JUtility6TColor.s"
|
||||
}
|
||||
|
||||
+896
-151
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user