Downloads

PSP Programming
~PSP-ASCII Table (blog post)
A simple ASCII table for the PSP. For those programmers as curious as I was for what we have to play with in text mode.
~textinput.c & textinput.h (blog post)
A set of files I made to give a simple input function for text mode applications for the PSP. I tried to comment it for those interested, and it comes with a readme.txt for usage instructions.

Half Byte Loader related
~hblmenu.c & hblmenu.h (blog post)
A set of files I made to make Half Byte Loader menu programming a little simpler, mainly for people newer to programming. I added some commenting, however all code is credited to wololo.
~simpleMenu v2 (blog post)
Version 2 of my simple little menu! Plenty of bug fixes and new features, this is the recommended version.
~simpleMenu (blog post)
A simple menu(who would of guessed that? :O) for Half Byte Loader using my hblmenu and textinput files. Aside from xstrtoi and hblmenu, the code in this is writen by me. It includes an "eXtra Menu", along with the standard one for linking to other eboots not in your main homebrew folder. Includes a second eboot for modifying the eXtra menu.