A new beta release of PALib is here, it’s a programming library useful for mostly game coders.
Changes:
[PAlib] Compiled with DevKitARM R26 and libnds 1.3.4
[RTC] Real Time Clock fixed. time() and gmtime() is used now
[RTC] Instead of printing out the years that passed since 2000 i.e. 09 for this year, PA_RTC.year now is set to the absolute year 2009
[RTC] PA_RTC.FPS also works now that RTC is fixed
[3D Sprites] Added some fixes for 3D Sprites; Deleting 16bit sprites should work now (Thanks to Rodrigo Roman)
[Examples] Removed PAFS examples