;"Ngage大内存补丁"补丁
;用于简体中文15版
;修正 By segalgx
; *** nGage mode 2 ***
; by Vovan888 (vovan at oslik ru) 10.06.2006
; remove shadowing of many system libs
; this patch slowdowns a bit but frees up to 2 megs of RAM
; useful mainly for nGage games players
; greeting goes to FCA00000 !!!
;
; disable most of the 501B631C ; CEStart::DoShadowing(void)
replace:0BAC9949201C00F0D5FB301C211CFFF795FF0DAC9549201C:00204DB0F0BC02BC0847
;
; completely disable shadowing ,完全取消映射,默认关闭
;501B66D8 FF F7 20 FE BL CEStart__DoShadowing_void_ ; CEStart::DoShadowing(void)
;replace:FFF720FE6846FFF767F96846FFF7B6F96846FFF7E1F96846:68466846
;
;补丁结束