├── BGFunc.h ├── BGfunc.cpp ├── ECC_Check.cpp ├── EZ3PDA.mcp ├── EZ3PDA_Data ├── CWSettingsWindows.stg └── Release │ ├── EZ3PDA.axf │ ├── ObjectCode │ ├── BGfunc.o │ ├── ECC_Check.o │ ├── EZWORD.o │ ├── SDopera.o │ ├── SDoperater.o │ ├── Shell.o │ ├── crt0_arm.o │ ├── fat16.o │ ├── gamemine.o │ ├── hard.o │ ├── inram.o │ ├── intro.o │ ├── jpeg.o │ ├── keypad.o │ ├── lang.o │ ├── main.o │ ├── md5c.o │ ├── nandop.o │ ├── nls_cp936.o │ ├── retarget.o │ ├── savermanage.o │ ├── stackheap.o │ ├── viewPic.o │ ├── viewtext.o │ └── wordfunc.o │ └── TargetDataWindows.tdt ├── LICENSE ├── Nandop.h ├── README.md ├── SDopera.s ├── SDoperater.cpp ├── Shell.cpp ├── Shell_back.cpp ├── asc126.h ├── asc1616.h ├── cmddefine.h ├── codepage.h ├── crt0_arm.s ├── dma.h ├── ecc_check.h ├── ezword ├── EZWORD.cpp ├── vssver.scc ├── vssver2.scc ├── wordfunc.cpp ├── wordfunc.h ├── wordglobal.h └── wordmenu.h ├── fat16.cpp ├── fat16.h ├── global.h ├── hard.cpp ├── hard.h ├── icons_obj.h ├── inram.cpp ├── inram.h ├── intro.c ├── jpeg.cpp ├── jpeg.h ├── keypad.cpp ├── keypad.h ├── lang.cpp ├── lang.cpp.bak ├── lang.h ├── main.cpp ├── md5.h ├── md5c.cpp ├── mines ├── gamemine.cpp ├── gba.h ├── tiles.h ├── title.h ├── vssver.scc └── vssver2.scc ├── nandop.cpp ├── nls_cp936.cpp ├── retarget.c ├── retarget.h ├── rom_header_arm.s ├── savermanage.cpp ├── savermanage.h ├── scatter.scf ├── screenmode.h ├── sdopera.h ├── shell.h ├── stackheap.s ├── viewPic.cpp ├── viewPic.h ├── viewtext.cpp ├── viewtext.h ├── vssver2.scc └── yinbiao.h /BGFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/BGFunc.h -------------------------------------------------------------------------------- /BGfunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/BGfunc.cpp -------------------------------------------------------------------------------- /ECC_Check.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ECC_Check.cpp -------------------------------------------------------------------------------- /EZ3PDA.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA.mcp -------------------------------------------------------------------------------- /EZ3PDA_Data/CWSettingsWindows.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/CWSettingsWindows.stg -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/EZ3PDA.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/EZ3PDA.axf -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/BGfunc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/BGfunc.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/ECC_Check.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/ECC_Check.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/EZWORD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/EZWORD.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/SDopera.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/SDopera.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/SDoperater.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/SDoperater.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/Shell.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/Shell.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/crt0_arm.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/crt0_arm.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/fat16.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/fat16.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/gamemine.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/gamemine.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/hard.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/hard.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/inram.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/inram.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/intro.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/intro.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/jpeg.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/jpeg.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/keypad.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/keypad.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/lang.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/lang.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/main.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/md5c.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/md5c.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/nandop.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/nandop.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/nls_cp936.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/nls_cp936.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/retarget.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/retarget.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/savermanage.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/savermanage.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/stackheap.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/stackheap.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/viewPic.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/viewPic.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/viewtext.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/viewtext.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/ObjectCode/wordfunc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/ObjectCode/wordfunc.o -------------------------------------------------------------------------------- /EZ3PDA_Data/Release/TargetDataWindows.tdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/EZ3PDA_Data/Release/TargetDataWindows.tdt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/LICENSE -------------------------------------------------------------------------------- /Nandop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/Nandop.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ez3pda 2 | source codes of ez3 kernel 3 | -------------------------------------------------------------------------------- /SDopera.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/SDopera.s -------------------------------------------------------------------------------- /SDoperater.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/SDoperater.cpp -------------------------------------------------------------------------------- /Shell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/Shell.cpp -------------------------------------------------------------------------------- /Shell_back.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/Shell_back.cpp -------------------------------------------------------------------------------- /asc126.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/asc126.h -------------------------------------------------------------------------------- /asc1616.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/asc1616.h -------------------------------------------------------------------------------- /cmddefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/cmddefine.h -------------------------------------------------------------------------------- /codepage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/codepage.h -------------------------------------------------------------------------------- /crt0_arm.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/crt0_arm.s -------------------------------------------------------------------------------- /dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/dma.h -------------------------------------------------------------------------------- /ecc_check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ecc_check.h -------------------------------------------------------------------------------- /ezword/EZWORD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/EZWORD.cpp -------------------------------------------------------------------------------- /ezword/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/vssver.scc -------------------------------------------------------------------------------- /ezword/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/vssver2.scc -------------------------------------------------------------------------------- /ezword/wordfunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/wordfunc.cpp -------------------------------------------------------------------------------- /ezword/wordfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/wordfunc.h -------------------------------------------------------------------------------- /ezword/wordglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/wordglobal.h -------------------------------------------------------------------------------- /ezword/wordmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/ezword/wordmenu.h -------------------------------------------------------------------------------- /fat16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/fat16.cpp -------------------------------------------------------------------------------- /fat16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/fat16.h -------------------------------------------------------------------------------- /global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/global.h -------------------------------------------------------------------------------- /hard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/hard.cpp -------------------------------------------------------------------------------- /hard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/hard.h -------------------------------------------------------------------------------- /icons_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/icons_obj.h -------------------------------------------------------------------------------- /inram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/inram.cpp -------------------------------------------------------------------------------- /inram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/inram.h -------------------------------------------------------------------------------- /intro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/intro.c -------------------------------------------------------------------------------- /jpeg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/jpeg.cpp -------------------------------------------------------------------------------- /jpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/jpeg.h -------------------------------------------------------------------------------- /keypad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/keypad.cpp -------------------------------------------------------------------------------- /keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/keypad.h -------------------------------------------------------------------------------- /lang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/lang.cpp -------------------------------------------------------------------------------- /lang.cpp.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/lang.cpp.bak -------------------------------------------------------------------------------- /lang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/lang.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/main.cpp -------------------------------------------------------------------------------- /md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/md5.h -------------------------------------------------------------------------------- /md5c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/md5c.cpp -------------------------------------------------------------------------------- /mines/gamemine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/gamemine.cpp -------------------------------------------------------------------------------- /mines/gba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/gba.h -------------------------------------------------------------------------------- /mines/tiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/tiles.h -------------------------------------------------------------------------------- /mines/title.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/title.h -------------------------------------------------------------------------------- /mines/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/vssver.scc -------------------------------------------------------------------------------- /mines/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/mines/vssver2.scc -------------------------------------------------------------------------------- /nandop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/nandop.cpp -------------------------------------------------------------------------------- /nls_cp936.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/nls_cp936.cpp -------------------------------------------------------------------------------- /retarget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/retarget.c -------------------------------------------------------------------------------- /retarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/retarget.h -------------------------------------------------------------------------------- /rom_header_arm.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/rom_header_arm.s -------------------------------------------------------------------------------- /savermanage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/savermanage.cpp -------------------------------------------------------------------------------- /savermanage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/savermanage.h -------------------------------------------------------------------------------- /scatter.scf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/scatter.scf -------------------------------------------------------------------------------- /screenmode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/screenmode.h -------------------------------------------------------------------------------- /sdopera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/sdopera.h -------------------------------------------------------------------------------- /shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/shell.h -------------------------------------------------------------------------------- /stackheap.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/stackheap.s -------------------------------------------------------------------------------- /viewPic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/viewPic.cpp -------------------------------------------------------------------------------- /viewPic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/viewPic.h -------------------------------------------------------------------------------- /viewtext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/viewtext.cpp -------------------------------------------------------------------------------- /viewtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/viewtext.h -------------------------------------------------------------------------------- /vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/vssver2.scc -------------------------------------------------------------------------------- /yinbiao.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ez-flash/ez3pda/HEAD/yinbiao.h --------------------------------------------------------------------------------