├── LICENSE.txt ├── README.md ├── documents ├── readme_header.png └── wiki_header.png ├── downloads ├── openDS_for_r4i_wood.zip ├── openDS_for_supercard_dsone.zip ├── openDS_for_supercard_dstwo.zip └── openDS_for_ysmenu.zip ├── screenshots ├── preview_ysmenu.png ├── screenshot_dsone.png ├── screenshot_dstwo.png ├── screenshot_dstwo_plugin.png ├── screenshot_wood.png ├── screenshot_ysmenu.png └── wood │ ├── cheat.jpg │ ├── help.jpg │ ├── main.jpg │ ├── patch.jpg │ ├── progress.jpg │ ├── rom.jpg │ ├── start.jpg │ └── upper.jpg ├── src ├── background_256x192.png ├── r4i_wood │ ├── PNG │ │ ├── brightness.bmp │ │ ├── brightness.png │ │ ├── card_icon_blue.bmp │ │ ├── card_icon_blue.png │ │ ├── lower_screen.bmp │ │ ├── lower_screen.png │ │ ├── menu_bg.bmp │ │ ├── menu_bg.png │ │ ├── upper_screen.bmp │ │ └── upper_screen.png │ ├── Thumbs.db │ ├── brightness.svg │ ├── btn2.bmp │ ├── btn3.bmp │ ├── btn4.bmp │ ├── calendar │ │ ├── Thumbs.db │ │ ├── clock_colon.bmp │ │ ├── clock_numbers.bmp │ │ ├── day_numbers.bmp │ │ └── year_numbers.bmp │ ├── card_icon_blue.svg │ ├── cross.bmp │ ├── custom.ini │ ├── folder_up.bmp │ ├── lower_screen.svg │ ├── menu_bg.svg │ ├── progress_bar.bmp │ ├── progress_wnd.bmp │ ├── spin_btn_left.bmp │ ├── spin_btn_right.bmp │ ├── tick.bmp │ ├── title_bg.bmp │ ├── title_left.bmp │ ├── title_right.bmp │ ├── uisettings.ini │ └── upper_screen.svg ├── supercard_dsone │ ├── PNG │ │ ├── activeitem.png │ │ ├── btn.png │ │ ├── btn2.png │ │ ├── cheat_clear_all_btn.png │ │ ├── cheatbg.png │ │ ├── cheatmenubtn.png │ │ ├── cheatselectbar.png │ │ ├── close.png │ │ ├── hotkeybk.png │ │ ├── loading.png │ │ ├── lowerbg.png │ │ ├── nextbtn.png │ │ ├── prevbtn.png │ │ ├── processbar.png │ │ ├── processbg.png │ │ ├── sb_body.png │ │ ├── sb_part1.png │ │ ├── sb_part2.png │ │ ├── title_bg.png │ │ ├── title_left.png │ │ ├── title_right.png │ │ ├── triangle.png │ │ └── upperbg.png │ ├── active.bmp │ ├── activehotkey.bmp │ ├── activeitem.svg │ ├── btn3.bmp │ ├── btn_arrow.svg │ ├── btn_dark.svg │ ├── cheat_clear_all_btn.svg │ ├── cheatbtn.bmp │ ├── cheatmenubtn.svg │ ├── cheatselectbar.svg │ ├── close.svg │ ├── fathernode.bmp │ ├── hotkeybk.svg │ ├── icon │ │ ├── PNG │ │ │ ├── back.png │ │ │ ├── bmp.png │ │ │ ├── dpg.png │ │ │ ├── gba.png │ │ │ ├── nds.png │ │ │ ├── path.png │ │ │ ├── plg.png │ │ │ ├── sav.png │ │ │ ├── txt.png │ │ │ └── unkown.png │ │ ├── back.svg │ │ ├── bmp.svg │ │ ├── dpg.svg │ │ ├── gba.svg │ │ ├── nds.svg │ │ ├── path.svg │ │ ├── plg.svg │ │ ├── sav.svg │ │ ├── txt.svg │ │ └── unkown.svg │ ├── linebar.bmp │ ├── loading.svg │ ├── lowerbg.svg │ ├── mainbg.svg │ ├── noactivehotke.bmp │ ├── onehotdown.bmp │ ├── onehoton.bmp │ ├── pitchdown.bmp │ ├── pitchon.bmp │ ├── popsubbar.bmp │ ├── processbar.svg │ ├── processbg.svg │ ├── savbtn.bmp │ ├── sb_body.svg │ ├── sb_part1.svg │ ├── sb_part2.svg │ ├── setbtn.bmp │ ├── title.svg │ ├── triangle.svg │ ├── uisettings.ini │ └── upperbg.svg ├── supercard_dstwo │ ├── loading.png │ ├── loading.svg │ ├── nds_menu │ │ ├── PNG │ │ │ ├── brightness.png │ │ │ ├── cardFrame0.png │ │ │ ├── cardFrame1.png │ │ │ ├── hotkeybk.png │ │ │ ├── lower_screen.png │ │ │ ├── popsubbar.png │ │ │ ├── reBack.png │ │ │ ├── start_released.png │ │ │ ├── triangle.png │ │ │ └── upper_screen.png │ │ ├── active.bmp │ │ ├── activehotkey.bmp │ │ ├── brightness.bmp │ │ ├── btn.bmp │ │ ├── btn3.bmp │ │ ├── cardFrame0.svg │ │ ├── cardFrame1.svg │ │ ├── cheat_clearall.bmp │ │ ├── cheatbg.bmp │ │ ├── cheatmenubtn.bmp │ │ ├── cheatselectbar.bmp │ │ ├── clock_colon.bmp │ │ ├── clock_numbers.bmp │ │ ├── close.bmp │ │ ├── close1.bmp │ │ ├── fathernode.bmp │ │ ├── form_L.bmp │ │ ├── form_M.bmp │ │ ├── form_R.bmp │ │ ├── hotkeybk.svg │ │ ├── icon │ │ │ ├── PNG │ │ │ │ ├── cheat.png │ │ │ │ ├── dpg.png │ │ │ │ ├── gba.png │ │ │ │ ├── nds.png │ │ │ │ ├── plg.png │ │ │ │ ├── pth.png │ │ │ │ ├── realtime.png │ │ │ │ ├── rpth.png │ │ │ │ ├── sav.png │ │ │ │ ├── txt.png │ │ │ │ └── unk.png │ │ │ ├── cheat.svg │ │ │ ├── dpg.svg │ │ │ ├── gba.svg │ │ │ ├── nds.svg │ │ │ ├── plg.svg │ │ │ ├── pth.svg │ │ │ ├── realtime.svg │ │ │ ├── rpth.svg │ │ │ ├── sav.svg │ │ │ ├── txt.svg │ │ │ └── unk.svg │ │ ├── lamp.bmp │ │ ├── lower_screen.bmp │ │ ├── onehotdown.bmp │ │ ├── onehoton.bmp │ │ ├── pitchdown.bmp │ │ ├── pitchon.bmp │ │ ├── popsubbar.bmp │ │ ├── progress_bar.bmp │ │ ├── progress_wnd.bmp │ │ ├── reBack.bmp │ │ ├── selectbar.bmp │ │ ├── settingbg.bmp │ │ ├── sources.svg │ │ ├── spin_btn_left.bmp │ │ ├── spin_btn_right.bmp │ │ ├── start_released.bmp │ │ ├── startbar.bmp │ │ ├── title_bg.bmp │ │ ├── title_left.bmp │ │ ├── title_right.bmp │ │ ├── triangle.bmp │ │ └── upper_screen.svg │ └── plugin_menu │ │ ├── PNG │ │ ├── down_bk.png │ │ ├── gb.png │ │ ├── gba.png │ │ ├── nds.png │ │ ├── nes.png │ │ ├── nextbtn_press.png │ │ ├── nextbtn_release.png │ │ ├── prevbtn_press.png │ │ ├── prevbtn_release.png │ │ ├── selectlogo.png │ │ ├── slip.png │ │ ├── snes.png │ │ ├── unknown.png │ │ ├── up_bk.png │ │ ├── update_bg.png │ │ ├── update_failface.png │ │ ├── update_message_pad.png │ │ ├── update_progressbar.png │ │ ├── update_progressbg.png │ │ ├── update_suceedface.png │ │ └── update_wordbg.png │ │ ├── down_bk.svg │ │ ├── gb.svg │ │ ├── gba.svg │ │ ├── language.txt │ │ ├── nds.svg │ │ ├── nes.svg │ │ ├── nextbtn_press.svg │ │ ├── nextbtn_release.svg │ │ ├── prevbtn_press.svg │ │ ├── prevbtn_release.svg │ │ ├── selectlogo.svg │ │ ├── slip.svg │ │ ├── snes.svg │ │ ├── text_bk.bmp │ │ ├── text_bk.png │ │ ├── unknown.svg │ │ ├── up_bk.svg │ │ ├── update_bg.svg │ │ ├── update_failface.svg │ │ ├── update_message_pad.svg │ │ ├── update_progressbar.svg │ │ ├── update_progressbg.svg │ │ ├── update_suceedface.svg │ │ └── update_wordbg.svg └── ysmenu │ ├── YSMenu1.png │ ├── YSMenu1.svg │ ├── YSMenu2.png │ └── YSMenu2.svg └── themes ├── openDS_for_r4i_wood ├── INSTALL.md ├── LICENSE.txt ├── README.md └── openDS │ ├── Thumbs.db │ ├── brightness.bmp │ ├── btn2.bmp │ ├── btn3.bmp │ ├── btn4.bmp │ ├── calendar │ ├── Thumbs.db │ ├── clock_colon.bmp │ ├── clock_numbers.bmp │ ├── day_numbers.bmp │ └── year_numbers.bmp │ ├── card_icon_blue.bmp │ ├── cross.bmp │ ├── custom.ini │ ├── folder_up.bmp │ ├── lower_screen.bmp │ ├── menu_bg.bmp │ ├── progress_bar.bmp │ ├── progress_wnd.bmp │ ├── spin_btn_left.bmp │ ├── spin_btn_right.bmp │ ├── tick.bmp │ ├── title_bg.bmp │ ├── title_left.bmp │ ├── title_right.bmp │ ├── uisettings.ini │ └── upper_screen.bmp ├── openDS_for_supercard_dsone ├── HOW TO USE LOADING IMAGE.md ├── INSTALL.md ├── LICENSE.txt ├── README.md ├── _dsone │ └── skin │ │ └── openDS │ │ ├── active.bmp │ │ ├── activehotkey.bmp │ │ ├── activeitem.bmp │ │ ├── btn.bmp │ │ ├── btn2.bmp │ │ ├── cheat_clear_all_btn.bmp │ │ ├── cheatbg.bmp │ │ ├── cheatbtn.bmp │ │ ├── cheatmenubtn.bmp │ │ ├── cheatselectbar.bmp │ │ ├── close.bmp │ │ ├── fathernode.bmp │ │ ├── hotkeybk.bmp │ │ ├── icon │ │ ├── back.bmp │ │ ├── bmp.bmp │ │ ├── dpg.bmp │ │ ├── gba.bmp │ │ ├── nds.bmp │ │ ├── path.bmp │ │ ├── plg.bmp │ │ ├── sav.bmp │ │ ├── txt.bmp │ │ └── unkown.bmp │ │ ├── linebar.bmp │ │ ├── lowerbg.bmp │ │ ├── nextbtn.bmp │ │ ├── noactivehotke.bmp │ │ ├── onehotdown.bmp │ │ ├── onehoton.bmp │ │ ├── pitchdown.bmp │ │ ├── pitchon.bmp │ │ ├── prevbtn.bmp │ │ ├── realtime │ │ ├── cheatbg.bmp │ │ ├── mainbg.bmp │ │ ├── processbar.bmp │ │ ├── processbg.bmp │ │ └── txtbg.bmp │ │ ├── savbtn.bmp │ │ ├── sb_bg.bmp │ │ ├── sb_body.bmp │ │ ├── sb_part1.bmp │ │ ├── sb_part2.bmp │ │ ├── scmenu.bmp │ │ ├── setbtn.bmp │ │ ├── statebar.bmp │ │ ├── title_bg.bmp │ │ ├── title_left.bmp │ │ ├── title_right.bmp │ │ ├── triangle.bmp │ │ ├── uisettings.ini │ │ └── upperbg.bmp └── loading.bmp ├── openDS_for_supercard_dstwo ├── HOW TO USE LOADING IMAGE.md ├── INSTALL.md ├── LICENSE.txt ├── README.md ├── _dstwo │ ├── plug │ │ ├── down_bk.bmp │ │ ├── nds.bmp │ │ ├── nextbtn_press.bmp │ │ ├── nextbtn_release.bmp │ │ ├── prevbtn_press.bmp │ │ ├── prevbtn_release.bmp │ │ ├── selectlogo.bmp │ │ ├── slip.bmp │ │ ├── text_bk.bmp │ │ ├── unkown.bmp │ │ ├── up_bk.bmp │ │ ├── update_bg.bmp │ │ ├── update_failface.bmp │ │ ├── update_message_pad.bmp │ │ ├── update_progressbar.bmp │ │ ├── update_progressbg.bmp │ │ ├── update_suceedface.bmp │ │ └── update_wordbg.bmp │ └── ui │ │ └── openDS │ │ ├── active.bmp │ │ ├── activehotkey.bmp │ │ ├── brightness.bmp │ │ ├── btn.bmp │ │ ├── btn3.bmp │ │ ├── cardFrame0.bmp │ │ ├── cardFrame1.bmp │ │ ├── cheat_clearall.bmp │ │ ├── cheatbg.bmp │ │ ├── cheatmenubtn.bmp │ │ ├── cheatselectbar.bmp │ │ ├── clock_colon.bmp │ │ ├── clock_numbers.bmp │ │ ├── close.bmp │ │ ├── close1.bmp │ │ ├── fathernode.bmp │ │ ├── form_L.bmp │ │ ├── form_M.bmp │ │ ├── form_R.bmp │ │ ├── hotkeybk.bmp │ │ ├── icon │ │ ├── cheat.bmp │ │ ├── dpg.bmp │ │ ├── gba.bmp │ │ ├── nds.bmp │ │ ├── plg.bmp │ │ ├── pth.bmp │ │ ├── realtime.bmp │ │ ├── rpth.bmp │ │ ├── sav.bmp │ │ ├── txt.bmp │ │ └── unk.bmp │ │ ├── lamp.bmp │ │ ├── lower_screen.bmp │ │ ├── noactivehotke.bmp │ │ ├── onehotdown.bmp │ │ ├── onehoton.bmp │ │ ├── pitchdown.bmp │ │ ├── pitchon.bmp │ │ ├── popsubbar.bmp │ │ ├── progress_bar.bmp │ │ ├── progress_wnd.bmp │ │ ├── reBack.bmp │ │ ├── selectbar.bmp │ │ ├── settingbg.bmp │ │ ├── spin_btn_left.bmp │ │ ├── spin_btn_right.bmp │ │ ├── start_released.bmp │ │ ├── startbar.bmp │ │ ├── title_bg.bmp │ │ ├── title_left.bmp │ │ ├── title_right.bmp │ │ ├── triangle.bmp │ │ ├── uisettings.ini │ │ └── upper_screen.bmp ├── _dstwoplug │ ├── NES.bmp │ ├── catsfc.bmp │ ├── gameyob.bmp │ └── tempgba.bmp └── loading.bmp └── openDS_for_ysmenu ├── INSTALL.md ├── LICENSE.txt ├── README.md └── TTMenu ├── YSMENU.INI ├── YSMenu1.bmp └── YSMenu2.bmp /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/README.md -------------------------------------------------------------------------------- /documents/readme_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/documents/readme_header.png -------------------------------------------------------------------------------- /documents/wiki_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/documents/wiki_header.png -------------------------------------------------------------------------------- /downloads/openDS_for_r4i_wood.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/downloads/openDS_for_r4i_wood.zip -------------------------------------------------------------------------------- /downloads/openDS_for_supercard_dsone.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/downloads/openDS_for_supercard_dsone.zip -------------------------------------------------------------------------------- /downloads/openDS_for_supercard_dstwo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/downloads/openDS_for_supercard_dstwo.zip -------------------------------------------------------------------------------- /downloads/openDS_for_ysmenu.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/downloads/openDS_for_ysmenu.zip -------------------------------------------------------------------------------- /screenshots/preview_ysmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/preview_ysmenu.png -------------------------------------------------------------------------------- /screenshots/screenshot_dsone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/screenshot_dsone.png -------------------------------------------------------------------------------- /screenshots/screenshot_dstwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/screenshot_dstwo.png -------------------------------------------------------------------------------- /screenshots/screenshot_dstwo_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/screenshot_dstwo_plugin.png -------------------------------------------------------------------------------- /screenshots/screenshot_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/screenshot_wood.png -------------------------------------------------------------------------------- /screenshots/screenshot_ysmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/screenshot_ysmenu.png -------------------------------------------------------------------------------- /screenshots/wood/cheat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/cheat.jpg -------------------------------------------------------------------------------- /screenshots/wood/help.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/help.jpg -------------------------------------------------------------------------------- /screenshots/wood/main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/main.jpg -------------------------------------------------------------------------------- /screenshots/wood/patch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/patch.jpg -------------------------------------------------------------------------------- /screenshots/wood/progress.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/progress.jpg -------------------------------------------------------------------------------- /screenshots/wood/rom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/rom.jpg -------------------------------------------------------------------------------- /screenshots/wood/start.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/start.jpg -------------------------------------------------------------------------------- /screenshots/wood/upper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/screenshots/wood/upper.jpg -------------------------------------------------------------------------------- /src/background_256x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/background_256x192.png -------------------------------------------------------------------------------- /src/r4i_wood/PNG/brightness.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/brightness.bmp -------------------------------------------------------------------------------- /src/r4i_wood/PNG/brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/brightness.png -------------------------------------------------------------------------------- /src/r4i_wood/PNG/card_icon_blue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/card_icon_blue.bmp -------------------------------------------------------------------------------- /src/r4i_wood/PNG/card_icon_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/card_icon_blue.png -------------------------------------------------------------------------------- /src/r4i_wood/PNG/lower_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/lower_screen.bmp -------------------------------------------------------------------------------- /src/r4i_wood/PNG/lower_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/lower_screen.png -------------------------------------------------------------------------------- /src/r4i_wood/PNG/menu_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/menu_bg.bmp -------------------------------------------------------------------------------- /src/r4i_wood/PNG/menu_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/menu_bg.png -------------------------------------------------------------------------------- /src/r4i_wood/PNG/upper_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/upper_screen.bmp -------------------------------------------------------------------------------- /src/r4i_wood/PNG/upper_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/PNG/upper_screen.png -------------------------------------------------------------------------------- /src/r4i_wood/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/Thumbs.db -------------------------------------------------------------------------------- /src/r4i_wood/brightness.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/brightness.svg -------------------------------------------------------------------------------- /src/r4i_wood/btn2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/btn2.bmp -------------------------------------------------------------------------------- /src/r4i_wood/btn3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/btn3.bmp -------------------------------------------------------------------------------- /src/r4i_wood/btn4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/btn4.bmp -------------------------------------------------------------------------------- /src/r4i_wood/calendar/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/calendar/Thumbs.db -------------------------------------------------------------------------------- /src/r4i_wood/calendar/clock_colon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/calendar/clock_colon.bmp -------------------------------------------------------------------------------- /src/r4i_wood/calendar/clock_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/calendar/clock_numbers.bmp -------------------------------------------------------------------------------- /src/r4i_wood/calendar/day_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/calendar/day_numbers.bmp -------------------------------------------------------------------------------- /src/r4i_wood/calendar/year_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/calendar/year_numbers.bmp -------------------------------------------------------------------------------- /src/r4i_wood/card_icon_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/card_icon_blue.svg -------------------------------------------------------------------------------- /src/r4i_wood/cross.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/cross.bmp -------------------------------------------------------------------------------- /src/r4i_wood/custom.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/custom.ini -------------------------------------------------------------------------------- /src/r4i_wood/folder_up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/folder_up.bmp -------------------------------------------------------------------------------- /src/r4i_wood/lower_screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/lower_screen.svg -------------------------------------------------------------------------------- /src/r4i_wood/menu_bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/menu_bg.svg -------------------------------------------------------------------------------- /src/r4i_wood/progress_bar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/progress_bar.bmp -------------------------------------------------------------------------------- /src/r4i_wood/progress_wnd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/progress_wnd.bmp -------------------------------------------------------------------------------- /src/r4i_wood/spin_btn_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/spin_btn_left.bmp -------------------------------------------------------------------------------- /src/r4i_wood/spin_btn_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/spin_btn_right.bmp -------------------------------------------------------------------------------- /src/r4i_wood/tick.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/tick.bmp -------------------------------------------------------------------------------- /src/r4i_wood/title_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/title_bg.bmp -------------------------------------------------------------------------------- /src/r4i_wood/title_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/title_left.bmp -------------------------------------------------------------------------------- /src/r4i_wood/title_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/title_right.bmp -------------------------------------------------------------------------------- /src/r4i_wood/uisettings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/uisettings.ini -------------------------------------------------------------------------------- /src/r4i_wood/upper_screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/r4i_wood/upper_screen.svg -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/activeitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/activeitem.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/btn.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/btn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/btn2.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/cheat_clear_all_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/cheat_clear_all_btn.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/cheatbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/cheatbg.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/cheatmenubtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/cheatmenubtn.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/cheatselectbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/cheatselectbar.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/close.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/hotkeybk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/hotkeybk.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/loading.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/lowerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/lowerbg.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/nextbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/nextbtn.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/prevbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/prevbtn.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/processbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/processbar.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/processbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/processbg.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/sb_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/sb_body.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/sb_part1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/sb_part1.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/sb_part2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/sb_part2.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/title_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/title_bg.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/title_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/title_left.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/title_right.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/triangle.png -------------------------------------------------------------------------------- /src/supercard_dsone/PNG/upperbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/PNG/upperbg.png -------------------------------------------------------------------------------- /src/supercard_dsone/active.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/active.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/activehotkey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/activehotkey.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/activeitem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/activeitem.svg -------------------------------------------------------------------------------- /src/supercard_dsone/btn3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/btn3.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/btn_arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/btn_arrow.svg -------------------------------------------------------------------------------- /src/supercard_dsone/btn_dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/btn_dark.svg -------------------------------------------------------------------------------- /src/supercard_dsone/cheat_clear_all_btn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/cheat_clear_all_btn.svg -------------------------------------------------------------------------------- /src/supercard_dsone/cheatbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/cheatbtn.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/cheatmenubtn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/cheatmenubtn.svg -------------------------------------------------------------------------------- /src/supercard_dsone/cheatselectbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/cheatselectbar.svg -------------------------------------------------------------------------------- /src/supercard_dsone/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/close.svg -------------------------------------------------------------------------------- /src/supercard_dsone/fathernode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/fathernode.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/hotkeybk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/hotkeybk.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/back.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/bmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/bmp.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/dpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/dpg.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/gba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/gba.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/nds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/nds.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/path.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/plg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/plg.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/sav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/sav.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/txt.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/PNG/unkown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/PNG/unkown.png -------------------------------------------------------------------------------- /src/supercard_dsone/icon/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/back.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/bmp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/bmp.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/dpg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/dpg.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/gba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/gba.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/nds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/nds.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/path.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/plg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/plg.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/sav.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/sav.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/txt.svg -------------------------------------------------------------------------------- /src/supercard_dsone/icon/unkown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/icon/unkown.svg -------------------------------------------------------------------------------- /src/supercard_dsone/linebar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/linebar.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/loading.svg -------------------------------------------------------------------------------- /src/supercard_dsone/lowerbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/lowerbg.svg -------------------------------------------------------------------------------- /src/supercard_dsone/mainbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/mainbg.svg -------------------------------------------------------------------------------- /src/supercard_dsone/noactivehotke.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/noactivehotke.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/onehotdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/onehotdown.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/onehoton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/onehoton.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/pitchdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/pitchdown.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/pitchon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/pitchon.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/popsubbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/popsubbar.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/processbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/processbar.svg -------------------------------------------------------------------------------- /src/supercard_dsone/processbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/processbg.svg -------------------------------------------------------------------------------- /src/supercard_dsone/savbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/savbtn.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/sb_body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/sb_body.svg -------------------------------------------------------------------------------- /src/supercard_dsone/sb_part1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/sb_part1.svg -------------------------------------------------------------------------------- /src/supercard_dsone/sb_part2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/sb_part2.svg -------------------------------------------------------------------------------- /src/supercard_dsone/setbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/setbtn.bmp -------------------------------------------------------------------------------- /src/supercard_dsone/title.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/title.svg -------------------------------------------------------------------------------- /src/supercard_dsone/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/triangle.svg -------------------------------------------------------------------------------- /src/supercard_dsone/uisettings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/uisettings.ini -------------------------------------------------------------------------------- /src/supercard_dsone/upperbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dsone/upperbg.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/loading.png -------------------------------------------------------------------------------- /src/supercard_dstwo/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/loading.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/brightness.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/cardFrame0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/cardFrame0.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/cardFrame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/cardFrame1.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/hotkeybk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/hotkeybk.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/lower_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/lower_screen.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/popsubbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/popsubbar.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/reBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/reBack.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/start_released.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/start_released.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/triangle.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/PNG/upper_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/PNG/upper_screen.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/active.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/active.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/activehotkey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/activehotkey.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/brightness.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/brightness.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/btn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/btn.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/btn3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/btn3.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cardFrame0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cardFrame0.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cardFrame1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cardFrame1.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cheat_clearall.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cheat_clearall.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cheatbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cheatbg.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cheatmenubtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cheatmenubtn.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/cheatselectbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/cheatselectbar.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/clock_colon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/clock_colon.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/clock_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/clock_numbers.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/close.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/close1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/close1.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/fathernode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/fathernode.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/form_L.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/form_L.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/form_M.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/form_M.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/form_R.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/form_R.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/hotkeybk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/hotkeybk.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/cheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/cheat.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/dpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/dpg.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/gba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/gba.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/nds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/nds.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/plg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/plg.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/pth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/pth.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/realtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/realtime.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/rpth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/rpth.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/sav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/sav.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/txt.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/PNG/unk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/PNG/unk.png -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/cheat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/cheat.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/dpg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/dpg.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/gba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/gba.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/nds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/nds.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/plg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/plg.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/pth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/pth.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/realtime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/realtime.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/rpth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/rpth.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/sav.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/sav.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/txt.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/icon/unk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/icon/unk.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/lamp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/lamp.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/lower_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/lower_screen.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/onehotdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/onehotdown.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/onehoton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/onehoton.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/pitchdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/pitchdown.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/pitchon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/pitchon.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/popsubbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/popsubbar.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/progress_bar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/progress_bar.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/progress_wnd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/progress_wnd.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/reBack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/reBack.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/selectbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/selectbar.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/settingbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/settingbg.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/sources.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/sources.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/spin_btn_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/spin_btn_left.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/spin_btn_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/spin_btn_right.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/start_released.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/start_released.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/startbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/startbar.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/title_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/title_bg.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/title_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/title_left.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/title_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/title_right.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/triangle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/triangle.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/nds_menu/upper_screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/nds_menu/upper_screen.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/down_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/down_bk.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/gb.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/gba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/gba.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/nds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/nds.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/nes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/nes.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/nextbtn_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/nextbtn_press.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/nextbtn_release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/nextbtn_release.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/prevbtn_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/prevbtn_press.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/prevbtn_release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/prevbtn_release.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/selectlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/selectlogo.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/slip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/slip.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/snes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/snes.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/unknown.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/up_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/up_bk.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_bg.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_failface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_failface.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_message_pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_message_pad.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_progressbar.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_progressbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_progressbg.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_suceedface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_suceedface.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/PNG/update_wordbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/PNG/update_wordbg.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/down_bk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/down_bk.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/gb.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/gba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/gba.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/language.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/language.txt -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/nds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/nds.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/nes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/nes.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/nextbtn_press.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/nextbtn_press.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/nextbtn_release.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/nextbtn_release.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/prevbtn_press.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/prevbtn_press.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/prevbtn_release.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/prevbtn_release.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/selectlogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/selectlogo.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/slip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/slip.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/snes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/snes.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/text_bk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/text_bk.bmp -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/text_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/text_bk.png -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/unknown.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/up_bk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/up_bk.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_bg.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_failface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_failface.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_message_pad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_message_pad.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_progressbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_progressbar.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_progressbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_progressbg.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_suceedface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_suceedface.svg -------------------------------------------------------------------------------- /src/supercard_dstwo/plugin_menu/update_wordbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/supercard_dstwo/plugin_menu/update_wordbg.svg -------------------------------------------------------------------------------- /src/ysmenu/YSMenu1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/ysmenu/YSMenu1.png -------------------------------------------------------------------------------- /src/ysmenu/YSMenu1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/ysmenu/YSMenu1.svg -------------------------------------------------------------------------------- /src/ysmenu/YSMenu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/ysmenu/YSMenu2.png -------------------------------------------------------------------------------- /src/ysmenu/YSMenu2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/src/ysmenu/YSMenu2.svg -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/INSTALL.md -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/LICENSE.txt -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/README.md -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/Thumbs.db -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/brightness.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/brightness.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/btn2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/btn2.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/btn3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/btn3.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/btn4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/btn4.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/calendar/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/calendar/Thumbs.db -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/calendar/clock_colon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/calendar/clock_colon.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/calendar/clock_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/calendar/clock_numbers.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/calendar/day_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/calendar/day_numbers.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/calendar/year_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/calendar/year_numbers.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/card_icon_blue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/card_icon_blue.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/cross.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/cross.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/custom.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/custom.ini -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/folder_up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/folder_up.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/lower_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/lower_screen.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/menu_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/menu_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/progress_bar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/progress_bar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/progress_wnd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/progress_wnd.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/spin_btn_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/spin_btn_left.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/spin_btn_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/spin_btn_right.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/tick.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/tick.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/title_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/title_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/title_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/title_left.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/title_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/title_right.bmp -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/uisettings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/uisettings.ini -------------------------------------------------------------------------------- /themes/openDS_for_r4i_wood/openDS/upper_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_r4i_wood/openDS/upper_screen.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/HOW TO USE LOADING IMAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/HOW TO USE LOADING IMAGE.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/INSTALL.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/LICENSE.txt -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/README.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/active.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/active.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/activehotkey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/activehotkey.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/activeitem.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/activeitem.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/btn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/btn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/btn2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/btn2.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheat_clear_all_btn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheat_clear_all_btn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatbtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatmenubtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatmenubtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatselectbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/cheatselectbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/close.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/fathernode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/fathernode.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/hotkeybk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/hotkeybk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/back.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/bmp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/bmp.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/dpg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/dpg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/gba.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/gba.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/nds.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/nds.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/path.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/path.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/plg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/plg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/sav.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/sav.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/txt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/txt.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/unkown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/icon/unkown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/linebar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/linebar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/lowerbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/lowerbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/nextbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/nextbtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/noactivehotke.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/noactivehotke.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/onehotdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/onehotdown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/onehoton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/onehoton.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/pitchdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/pitchdown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/pitchon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/pitchon.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/prevbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/prevbtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/cheatbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/cheatbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/mainbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/mainbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/processbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/processbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/processbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/processbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/txtbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/realtime/txtbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/savbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/savbtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_body.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_body.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_part1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_part1.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_part2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/sb_part2.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/scmenu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/scmenu.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/setbtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/setbtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/statebar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/statebar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_left.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/title_right.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/triangle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/triangle.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/uisettings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/uisettings.ini -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/_dsone/skin/openDS/upperbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/_dsone/skin/openDS/upperbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dsone/loading.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dsone/loading.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/HOW TO USE LOADING IMAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/HOW TO USE LOADING IMAGE.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/INSTALL.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/LICENSE.txt -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/README.md -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/down_bk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/down_bk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/nds.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/nds.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/nextbtn_press.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/nextbtn_press.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/nextbtn_release.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/nextbtn_release.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/prevbtn_press.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/prevbtn_press.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/prevbtn_release.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/prevbtn_release.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/selectlogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/selectlogo.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/slip.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/slip.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/text_bk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/text_bk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/unkown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/unkown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/up_bk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/up_bk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_failface.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_failface.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_message_pad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_message_pad.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_progressbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_progressbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_progressbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_progressbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_suceedface.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_suceedface.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/plug/update_wordbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/plug/update_wordbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/active.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/active.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/activehotkey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/activehotkey.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/brightness.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/brightness.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/btn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/btn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/btn3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/btn3.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cardFrame0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cardFrame0.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cardFrame1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cardFrame1.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheat_clearall.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheat_clearall.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatmenubtn.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatmenubtn.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatselectbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/cheatselectbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/clock_colon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/clock_colon.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/clock_numbers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/clock_numbers.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/close.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/close1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/close1.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/fathernode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/fathernode.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_L.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_L.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_M.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_M.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_R.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/form_R.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/hotkeybk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/hotkeybk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/cheat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/cheat.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/dpg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/dpg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/gba.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/gba.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/nds.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/nds.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/plg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/plg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/pth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/pth.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/realtime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/realtime.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/rpth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/rpth.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/sav.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/sav.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/txt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/txt.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/unk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/icon/unk.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/lamp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/lamp.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/lower_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/lower_screen.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/noactivehotke.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/noactivehotke.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/onehotdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/onehotdown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/onehoton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/onehoton.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/pitchdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/pitchdown.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/pitchon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/pitchon.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/popsubbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/popsubbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/progress_bar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/progress_bar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/progress_wnd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/progress_wnd.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/reBack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/reBack.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/selectbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/selectbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/settingbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/settingbg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/spin_btn_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/spin_btn_left.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/spin_btn_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/spin_btn_right.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/start_released.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/start_released.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/startbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/startbar.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_bg.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_left.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/title_right.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/triangle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/triangle.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/uisettings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/uisettings.ini -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/upper_screen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwo/ui/openDS/upper_screen.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwoplug/NES.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwoplug/NES.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwoplug/catsfc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwoplug/catsfc.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwoplug/gameyob.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwoplug/gameyob.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/_dstwoplug/tempgba.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/_dstwoplug/tempgba.bmp -------------------------------------------------------------------------------- /themes/openDS_for_supercard_dstwo/loading.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_supercard_dstwo/loading.bmp -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/INSTALL.md -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/LICENSE.txt -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/README.md -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/TTMenu/YSMENU.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/TTMenu/YSMENU.INI -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/TTMenu/YSMenu1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/TTMenu/YSMenu1.bmp -------------------------------------------------------------------------------- /themes/openDS_for_ysmenu/TTMenu/YSMenu2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limbusdev/nds_flashcard_theme_opends/HEAD/themes/openDS_for_ysmenu/TTMenu/YSMenu2.bmp --------------------------------------------------------------------------------